From: Michał Górny Date: Tue, 16 May 2017 17:54:17 +0000 (+0200) Subject: dev-python/astropy: Fix typo in python_gen_cond_dep call X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45cf03f5075d373391f42d692412994289921537;p=gentoo.git dev-python/astropy: Fix typo in python_gen_cond_dep call --- 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}]