dev-python/pupynere: Permit numpy-python2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:19:48 +0000 (06:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:19:48 +0000 (06:19 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pupynere/pupynere-1.0.15-r1.ebuild

index 044e5cb4589512a32b4dcc90d6b74c493161ba7f..7f70dfe14fc9c997384d77e9d01a7c6a3e3b048a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,11 @@ SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+RDEPEND="
+       || (
+               dev-python/numpy-python2[${PYTHON_USEDEP}]
+               dev-python/numpy[${PYTHON_USEDEP}]
+       )"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"