From: David Seifert Date: Sun, 30 Jul 2017 17:39:30 +0000 (+0200) Subject: dev-python/pytest: Add missing DEPEND on dev-python/setuptools_scm X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=952d910bcd553342759e4d055d3f16617b872f4d;p=gentoo.git 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 --- diff --git a/dev-python/pytest/pytest-3.1.2.ebuild b/dev-python/pytest/pytest-3.1.2.ebuild index e20e9b17d84e..c949a1553ce7 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}]