dev-python/pynacl: Fix missing test dependencies

Thanks to Matt Turner

Closes: https://bugs.gentoo.org/651530
Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Manuel Rüger
2018-04-06 23:51:37 +02:00
parent 338877c5db
commit d111f4f1ee

View File

@@ -23,7 +23,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}] )
test? ( >=dev-python/hypothesis-3.27.0[${PYTHON_USEDEP}]
>=dev-python/pytest-3.2.1[${PYTHON_USEDEP}] )
"
src_prepare() {