diff --git a/dev-python/pytest/pytest-3.0.3.ebuild b/dev-python/pytest/pytest-3.0.3.ebuild index 61fe2a0d9fb8e..3651e51df43b3 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 c949a1553ce7a..1a4caf32e250e 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}]