commit:     9e1e32f6166287573bbd421ebe18d9293e55862e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 13:18:27 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 29 13:18:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e1e32f6

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 <AT> riseup.net>

 dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild 
b/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild
index 2f4dd3a..292a3dc 100644
--- a/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild
+++ b/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild
@@ -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

Reply via email to