diff options
Diffstat (limited to 'dev-python/appdirs/files/appdirs-1.4.3-distutils.patch')
-rw-r--r-- | dev-python/appdirs/files/appdirs-1.4.3-distutils.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/appdirs/files/appdirs-1.4.3-distutils.patch b/dev-python/appdirs/files/appdirs-1.4.3-distutils.patch deleted file mode 100644 index e5245f255fef..000000000000 --- a/dev-python/appdirs/files/appdirs-1.4.3-distutils.patch +++ /dev/null @@ -1,25 +0,0 @@ -Force setup.py to use distutils in order to break setuptools cyclic dependency. - ---- a/setup.py -+++ b/setup.py -@@ -3,10 +3,7 @@ - import os - import os.path - # appdirs is a dependency of setuptools, so allow installing without it. --try: -- from setuptools import setup --except ImportError: -- from distutils.core import setup -+from distutils.core import setup - import appdirs - - tests_require = [] -@@ -45,8 +42,6 @@ - Programming Language :: Python :: Implementation :: CPython - Topic :: Software Development :: Libraries :: Python Modules - """.split('\n') if c.strip()], -- test_suite='test.test_api', -- tests_require=tests_require, - keywords='application directory log cache user', - author='Trent Mick', - author_email='trentm@gmail.com', |