gentoo/dev-python/astropy/files/astropy-1.0.4-system-six.patch
Justin Lecher 9bfc3cd91f
dev-python/astropy: Version Bump
import patches from fedora for unbundling

Closes gentoo/gentoo#10

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=556884

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-09-14 13:55:54 +02:00

13 lines
568 B
Diff

diff -ur astropy-0.4.1/astropy/extern/six.py astropy-0.4.1.six/astropy/extern/six.py
--- astropy-0.4.1/astropy/extern/six.py 2014-09-01 21:57:56.663393218 +0200
+++ astropy-0.4.1.six/astropy/extern/six.py 2014-09-01 21:59:02.940933294 +0200
@@ -13,7 +13,7 @@
# Update this to prevent Astropy from using its bundled copy of six
# (but only if some other version of at least _SIX_MIN_VERSION can
# be provided)
-_SIX_SEARCH_PATH = ['astropy.extern.bundled.six', 'six']
+_SIX_SEARCH_PATH = ['six', 'astropy.extern.bundled.six']
def _find_module(name, path=None):