diff options
Diffstat (limited to 'dev-python/cython/cython-0.29.21.ebuild')
-rw-r--r-- | dev-python/cython/cython-0.29.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cython/cython-0.29.21.ebuild b/dev-python/cython/cython-0.29.21.ebuild index d35cba6eb19c..5399f6f683f3 100644 --- a/dev-python/cython/cython-0.29.21.ebuild +++ b/dev-python/cython/cython-0.29.21.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) PYTHON_REQ_USE="threads(+)" @@ -23,7 +24,6 @@ RDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) " BDEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] test? ( $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' \ python3_{6,7,8}) |