diff options
Diffstat (limited to 'dev-python/vine')
| -rw-r--r-- | dev-python/vine/vine-1.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/vine/vine-1.3.0.ebuild b/dev-python/vine/vine-1.3.0.ebuild index 3633161aefe8..65ff529d157d 100644 --- a/dev-python/vine/vine-1.3.0.ebuild +++ b/dev-python/vine/vine-1.3.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -17,7 +18,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=" test? ( >=dev-python/case-1.3.1[${PYTHON_USEDEP}] >=dev-python/pytest-3.0[${PYTHON_USEDEP}] |
