mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user