dev-python/pytest-sanic: should depend on sanic

otherwise all tests on all packages with pytest will fail

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-29 15:18:27 +02:00
parent 5e03ed82c9
commit 9e1e32f616

View File

@@ -22,13 +22,9 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async_generator[${PYTHON_USEDEP}]
"
BDEPEND="
${RDEPEND}
test? (
dev-python/sanic[${PYTHON_USEDEP}]
)
dev-python/sanic[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
distutils_enable_sphinx docs
# where is the conf.py file? make html can't find it either
#distutils_enable_sphinx docs