diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-28 12:52:46 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-28 12:52:46 +0200 |
| commit | 201b7f407a64a15a8477ea3c0f0fcb9fdaf33fe7 (patch) | |
| tree | 0be73d02b5be9f6baafdc73d27817551c37396a2 /dev-python/virtualenv | |
| parent | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (diff) | |
| download | baldeagleos-repo-201b7f407a64a15a8477ea3c0f0fcb9fdaf33fe7.tar.gz baldeagleos-repo-201b7f407a64a15a8477ea3c0f0fcb9fdaf33fe7.tar.xz baldeagleos-repo-201b7f407a64a15a8477ea3c0f0fcb9fdaf33fe7.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/virtualenv')
| -rw-r--r-- | dev-python/virtualenv/virtualenv-20.0.23.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/dev-python/virtualenv/virtualenv-20.0.23.ebuild b/dev-python/virtualenv/virtualenv-20.0.23.ebuild index a7fac541d104..6c1825d6e7d5 100644 --- a/dev-python/virtualenv/virtualenv-20.0.23.ebuild +++ b/dev-python/virtualenv/virtualenv-20.0.23.ebuild @@ -40,23 +40,24 @@ RDEPEND=" ' -2 python3_6 pypy3)" # coverage is used somehow magically in virtualenv, maybe it actually # tests something useful -BDEPEND="${RDEPEND} +BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( - dev-python/coverage[${PYTHON_USEDEP}] - >=dev-python/pip-20.0.2[${PYTHON_USEDEP}] - >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}] - >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] + ${RDEPEND} $(python_gen_cond_dep ' + dev-python/coverage[${PYTHON_USEDEP}] + >=dev-python/pip-20.0.2[${PYTHON_USEDEP}] + >=dev-python/pytest-5[${PYTHON_USEDEP}] + >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}] + >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] >=dev-python/packaging-20.0[${PYTHON_USEDEP}] - ' -3) + ' 'python3*') )" distutils_enable_sphinx docs \ dev-python/sphinx_rtd_theme \ dev-python/towncrier -distutils_enable_tests pytest src_prepare() { # we don't have xonsh |
