File: remove-pkg-resources.patch

package info (click to toggle)
logilab-common 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,200 kB
  • sloc: python: 11,129; makefile: 42
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -42,7 +42,6 @@
 include_dirs = [join("test", "data")]
 
 install_requires = [
-    "setuptools",
     "mypy-extensions",
     "typing_extensions",
     'importlib_metadata>=6,<7; python_version < "3.10"',