summaryrefslogtreecommitdiff
path: root/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-12-28 20:08:44 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-12-28 20:08:51 +0300
commit5511595e336f25098e0ab5f89de3eb73f9f582c8 (patch)
tree109d50d1a909ae3e00feffacace661966b0d50df /dev-python/astropy/files/astropy-1.0.4-system-configobj.patch
parent500fc1168e8da78811946a47d507e3cf364168fe (diff)
downloadgentoo-5511595e336f25098e0ab5f89de3eb73f9f582c8.tar.gz
gentoo-5511595e336f25098e0ab5f89de3eb73f9f582c8.tar.bz2
gentoo-5511595e336f25098e0ab5f89de3eb73f9f582c8.zip
dev-python/astropy: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/astropy/files/astropy-1.0.4-system-configobj.patch')
-rw-r--r--dev-python/astropy/files/astropy-1.0.4-system-configobj.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch b/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch
deleted file mode 100644
index 9578c0d43571..000000000000
--- a/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur astropy-0.4.1/astropy/config/configuration.py astropy-0.4.1.configobj/astropy/config/configuration.py
---- astropy-0.4.1/astropy/config/configuration.py 2014-09-01 22:41:30.066853605 +0200
-+++ astropy-0.4.1.configobj/astropy/config/configuration.py 2014-09-01 22:40:50.793528942 +0200
-@@ -23,7 +23,8 @@
- import types
- from warnings import warn
-
--from ..extern.configobj import configobj, validate
-+import configobj
-+import validate
- from ..utils.exceptions import AstropyWarning, AstropyDeprecationWarning
- from ..utils import find_current_module
- from ..utils.misc import InheritDocstrings
-