summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-02-10 20:55:36 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-02-10 20:57:23 +0000
commitf97526841d7a209c204e43bdb9bec9a38ecc64ff (patch)
treec36ad8fd6be21b8e0cba4b71723a3955c8dc76e0 /dev-python/astropy/files/astropy-1.0.4-system-six.patch
parentdev-python/astropy-helpers: Version bump (diff)
downloadbicatali-f97526841d7a209c204e43bdb9bec9a38ecc64ff.tar.gz
bicatali-f97526841d7a209c204e43bdb9bec9a38ecc64ff.tar.bz2
bicatali-f97526841d7a209c204e43bdb9bec9a38ecc64ff.zip
dev-python/astropy: Version bump
Diffstat (limited to 'dev-python/astropy/files/astropy-1.0.4-system-six.patch')
-rw-r--r--dev-python/astropy/files/astropy-1.0.4-system-six.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/astropy/files/astropy-1.0.4-system-six.patch b/dev-python/astropy/files/astropy-1.0.4-system-six.patch
new file mode 100644
index 0000000..8bfab98
--- /dev/null
+++ b/dev-python/astropy/files/astropy-1.0.4-system-six.patch
@@ -0,0 +1,12 @@
+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):