diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-18 00:26:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-18 00:26:12 +0000 |
| commit | 30896faa3631b520163ca2a8feaac3dce0f347b5 (patch) | |
| tree | 28cc873529696ab9d5ac85f9be522631e06be2f9 /dev-python/vine | |
| parent | c274852d583e81810c6ff58f3e5cbffc1e43dd9d (diff) | |
| download | baldeagleos-repo-30896faa3631b520163ca2a8feaac3dce0f347b5.tar.gz baldeagleos-repo-30896faa3631b520163ca2a8feaac3dce0f347b5.tar.xz baldeagleos-repo-30896faa3631b520163ca2a8feaac3dce0f347b5.zip | |
Updating liguros repo
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}] |
