From: Mike Gilbert Date: Fri, 24 Nov 2017 15:14:56 +0000 (-0500) Subject: dev-python/pytest: depend on setuptools at runtime X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2021b4da81d3fe59cd6b77317f11ec45c928e921;p=gentoo.git dev-python/pytest: depend on setuptools at runtime Closes: https://bugs.gentoo.org/638668 --- diff --git a/dev-python/pytest/pytest-3.0.3.ebuild b/dev-python/pytest/pytest-3.0.3.ebuild index 61fe2a0d9fb8..3651e51df43b 100644 --- a/dev-python/pytest/pytest-3.0.3.ebuild +++ b/dev-python/pytest/pytest-3.0.3.ebuild @@ -20,13 +20,13 @@ IUSE="doc test" PY_VER="1.4.29" COMMON_DEPEND=" >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ) " DEPEND="${COMMON_DEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}] >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}] diff --git a/dev-python/pytest/pytest-3.2.2.ebuild b/dev-python/pytest/pytest-3.2.2.ebuild index c949a1553ce7..1a4caf32e250 100644 --- a/dev-python/pytest/pytest-3.2.2.ebuild +++ b/dev-python/pytest/pytest-3.2.2.ebuild @@ -20,13 +20,13 @@ IUSE="doc test" PY_VER="1.4.33" COMMON_DEPEND=" >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ) " DEPEND="${COMMON_DEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]