commit: 45cf03f5075d373391f42d692412994289921537
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 17:54:17 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 16 17:56:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cf03f5
dev-python/astropy: Fix typo in python_gen_cond_dep call
dev-python/astropy/astropy-1.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/astropy/astropy-1.2.1.ebuild
b/dev-python/astropy/astropy-1.2.1.ebuild
index 9251cc4f294..2f2c8fcdb9d 100644
--- a/dev-python/astropy/astropy-1.2.1.ebuild
+++ b/dev-python/astropy/astropy-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
$(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]'
python2_7)
$(python_gen_cond_dep 'dev-python/sphinx[${PYTHON_USEDEP}]'
python2_7)
$(python_gen_cond_dep 'dev-python/wcsaxes[${PYTHON_USEDEP}]'
python2_7)
- $(python_gen_cond_dep
'sci-libs/scipy[${PYTHON_USEDEP}]'python2_7)
+ $(python_gen_cond_dep 'sci-libs/scipy[${PYTHON_USEDEP}]'
python2_7)
)
test? (
dev-libs/libxml2[${PYTHON_USEDEP}]