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

package info (click to toggle)
scikit-build 0.18.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,792 kB
  • sloc: python: 5,258; cpp: 284; makefile: 171; f90: 12; sh: 7
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,6 @@
 dependencies = [
     'distro',
     'packaging',
-    'setuptools>=42.0.0',
     'tomli; python_version<"3.11"',
     'typing-extensions>=3.7; python_version<"3.8"',
     'wheel>=0.32.0',