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
This commit is contained in:
David Seifert
2017-07-30 19:39:30 +02:00
parent 60349d9b2b
commit 952d910bcd

View 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}]