Package: python-setuptools-rust / 1.9.0+dfsg-3

do-not-generate-a-dep-on-python3-pkg-resources.patch Patch series | download
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"'
 ]