From 201b7f407a64a15a8477ea3c0f0fcb9fdaf33fe7 Mon Sep 17 00:00:00 2001 From: Palica Date: Sun, 28 Jun 2020 12:52:46 +0200 Subject: Updating liguros repo --- dev-python/virtualenv/virtualenv-20.0.23.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'dev-python/virtualenv') 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 -- cgit v1.3.1