commit:     2021b4da81d3fe59cd6b77317f11ec45c928e921
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 15:14:56 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 15:19:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2021b4da

dev-python/pytest: depend on setuptools at runtime

Closes: https://bugs.gentoo.org/638668

 dev-python/pytest/pytest-3.0.3.ebuild | 2 +-
 dev-python/pytest/pytest-3.2.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest/pytest-3.0.3.ebuild 
b/dev-python/pytest/pytest-3.0.3.ebuild
index 61fe2a0d9fb..3651e51df43 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 c949a1553ce..1a4caf32e25 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}]

Reply via email to