dev-python/astropy: Fix typo in python_gen_cond_dep call
authorMichał Górny <mgorny@gentoo.org>
Tue, 16 May 2017 17:54:17 +0000 (19:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 16 May 2017 17:56:25 +0000 (19:56 +0200)
dev-python/astropy/astropy-1.2.1.ebuild

index 9251cc4f29479101845e1d318561a26f90843256..2f2c8fcdb9d2fd41641d01a138bfd9dc75e231bd 100644 (file)
@@ -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}]