summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-07-30 19:39:30 +0200
committerDavid Seifert <soap@gentoo.org>2017-07-30 19:42:54 +0200
commit952d910bcd553342759e4d055d3f16617b872f4d (patch)
treebc9eb82840a713054e3fc580dcd9da190d88af5d /dev-python
parentapp-crypt/gnupg: Cleanup old (diff)
downloadgentoo-952d910bcd553342759e4d055d3f16617b872f4d.tar.gz
gentoo-952d910bcd553342759e4d055d3f16617b872f4d.tar.bz2
gentoo-952d910bcd553342759e4d055d3f16617b872f4d.zip
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
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest/pytest-3.1.2.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]