File: no-python3-pkg-resources.patch

package info (click to toggle)
importmagic 0.1.7-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,296 kB
  • sloc: python: 5,816; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,6 @@
     author='Alec Thomas',
     author_email='alec@swapoff.org',
     install_requires=[
-        'setuptools >= 0.6b1',
     ],
     cmdclass={'test': PyTest},
 )