commit:     952d910bcd553342759e4d055d3f16617b872f4d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 17:39:30 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 17:42:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952d910b

dev-python/pytest: Add missing DEPEND on dev-python/setuptools_scm

* Thanks to MichaƂ Bartoszkiewicz for catching this

Bug: https://bugs.gentoo.org/show_bug.cgi?id=623248
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pytest/pytest-3.1.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pytest/pytest-3.1.2.ebuild 
b/dev-python/pytest/pytest-3.1.2.ebuild
index e20e9b17d84..c949a1553ce 100644
--- a/dev-python/pytest/pytest-3.1.2.ebuild
+++ b/dev-python/pytest/pytest-3.1.2.ebuild
@@ -27,6 +27,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/setuptools_scm[${PYTHON_USEDEP}]
        test? (
                >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]
                >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}]

Reply via email to