commit: 141989c956b151c4aeae5b57abc36d30d5b25fee
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 04:09:58 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 04:09:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141989c9
dev-python/future: drop numpy dep until python2.7 is gone
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
dev-python/future/future-0.18.2.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev-python/future/future-0.18.2.ebuild
b/dev-python/future/future-0.18.2.ebuild
index 15d4b3fa213..1107c385f9c 100644
--- a/dev-python/future/future-0.18.2.ebuild
+++ b/dev-python/future/future-0.18.2.ebuild
@@ -16,12 +16,8 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86
~amd64-linux ~x86-linux"
IUSE="doc"
-# TODO: make numpy unconditional when it supports py3.8
-BDEPEND="
- test? (
- $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]'
python{2_7,3_{5,6,7}})
- )
-"
+# TODO: restore numpy when python2.7 is gone
+#BDEPEND="test? ( dev-python/numpy[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx-bootstrap-theme