mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/future: drop numpy dep until python2.7 is gone
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user