summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-16 06:20:48 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-16 06:24:22 +0100
commit49a2eb82a712edd0b64251df3480857adabec483 (patch)
tree2f5b7d4db136e8e29563b0ae31b74b131458f30b
parentdev-python/pyamg: Remove Python 2 (diff)
downloadgentoo-49a2eb82a712edd0b64251df3480857adabec483.tar.gz
gentoo-49a2eb82a712edd0b64251df3480857adabec483.tar.bz2
gentoo-49a2eb82a712edd0b64251df3480857adabec483.zip
dev-python/pyemf: Permit numpy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyemf/pyemf-2.0.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/pyemf/pyemf-2.0.0.ebuild b/dev-python/pyemf/pyemf-2.0.0.ebuild
index 0268e6564994..3d45f79a144d 100644
--- a/dev-python/pyemf/pyemf-2.0.0.ebuild
+++ b/dev-python/pyemf/pyemf-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,6 +16,9 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]"
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"