mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
1.4.3 bup and taking it over (used in openstack)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
13
dev-python/appdirs/files/appdirs-1.4.3-distutils.patch
Normal file
13
dev-python/appdirs/files/appdirs-1.4.3-distutils.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Force setup.py to use distutils in order to break setuptools cyclic dependency.
|
||||
|
||||
--- appdirs-1.4.0/setup.py
|
||||
+++ appdirs-1.4.0/setup.py
|
||||
@@ -38,8 +38,6 @@
|
||||
Programming Language :: Python :: 3.2
|
||||
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',
|
||||
Reference in New Issue
Block a user