dev-python/wsaccel: add missing dependency

Closes: https://bugs.gentoo.org/626556
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Michael Palimaka
2017-09-29 12:25:43 +10:00
parent 44a9905426
commit 567eea5e5c

View File

@@ -19,6 +19,7 @@ IUSE="test"
RDEPEND=""
DEPEND="
dev-python/cython[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"