dev-python/pytest: Add missing DEPEND on dev-python/setuptools_scm
authorDavid Seifert <soap@gentoo.org>
Sun, 30 Jul 2017 17:39:30 +0000 (19:39 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 30 Jul 2017 17:42:54 +0000 (19:42 +0200)
* 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

index e20e9b17d84e02b71f3a47006985a959bb0848c2..c949a1553ce7a266abc11dddd7281b19be24dc01 100644 (file)
@@ -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}]