commit: 2912c351b5c6d36e5d254345ef586cc456228aab
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 12:53:25 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 12:53:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2912c351
dev-python/astropy: Add missing dep
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/astropy/astropy-1.0.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/astropy/astropy-1.0.4.ebuild
b/dev-python/astropy/astropy-1.0.4.ebuild
index e8700ab..75b7618 100644
--- a/dev-python/astropy/astropy-1.0.4.ebuild
+++ b/dev-python/astropy/astropy-1.0.4.ebuild
@@ -19,6 +19,7 @@ IUSE="doc test"
RDEPEND="
>=dev-libs/expat-2.1.0:0=
+ dev-python/configobj[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/ply[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]