diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-16 19:54:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-16 19:56:25 +0200 |
commit | 45cf03f5075d373391f42d692412994289921537 (patch) | |
tree | ba7d569493a7fa03079f7ac9807b0af1e193f26f /dev-python/astropy/astropy-1.2.1.ebuild | |
parent | media-gfx/imageworsener: Remove vulnerable (bug #618014) (diff) | |
download | gentoo-45cf03f5075d373391f42d692412994289921537.tar.gz gentoo-45cf03f5075d373391f42d692412994289921537.tar.bz2 gentoo-45cf03f5075d373391f42d692412994289921537.zip |
dev-python/astropy: Fix typo in python_gen_cond_dep call
Diffstat (limited to 'dev-python/astropy/astropy-1.2.1.ebuild')
-rw-r--r-- | dev-python/astropy/astropy-1.2.1.ebuild | 4 |
1 files 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 9251cc4f2947..2f2c8fcdb9d2 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}] |