commit: ce76221642b70f7f4084f07033705f3e669043c4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 17:20:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 17:30:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce762216
dev-python/sphinxcontrib-asyncio: Remove namespace dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...b-asyncio-0.2.0-r2.ebuild => sphinxcontrib-asyncio-0.2.0-r3.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r3.ebuild
similarity index 90%
rename from
dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
rename to dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r3.ebuild
index bedbad8a453..a456720dd8f 100644
--- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r3.ebuild
@@ -19,8 +19,7 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
python_compile_all() {
use doc && emake -C docs html