From 952d910bcd553342759e4d055d3f16617b872f4d Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 30 Jul 2017 19:39:30 +0200 Subject: [PATCH] dev-python/pytest: Add missing DEPEND on dev-python/setuptools_scm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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 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}] -- 2.26.2