dev-python/future: drop numpy dep until python2.7 is gone

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2020-04-29 00:09:58 -04:00
parent 0a2b11c56e
commit 141989c956

View File

@@ -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