File: do_not_generate_useless_dep_on_python3-toml.patch

package info (click to toggle)
librouteros 3.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: python: 1,579; makefile: 141; sh: 4
file content (12 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Forwarded: no, already fixed upstream

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,6 @@
 
 [tool.poetry.dependencies]
 python = "^3.8.0"
-toml = "^0.10.2"
 
 [tool.poetry.group.dev.dependencies]
 pytest-asyncio = "^0.24.0"