File: do-not-generate-a-dep-on-python3-pkg-resources.patch

package info (click to toggle)
python-setuptools-rust 1.9.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 648 kB
  • sloc: python: 1,703; javascript: 95; sh: 14; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,6 @@
 ]
 
 dependencies = [
-    "setuptools>=62.4",
     "semantic_version>=2.8.2,<3",
     'tomli>=1.2.1; python_version<"3.11"'
 ]