summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-04 13:35:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-04 13:36:39 +0100
commitd1e8a32bd1c9c94470fff0fc796a83e18cc3d9b5 (patch)
tree019cf968c5844b859e376d424ea1ee9516518c3a
parentRevert "dev-python/sphinxcontrib-applehelp: Remove namespace dep" (diff)
downloadgentoo-d1e8a32bd1c9c94470fff0fc796a83e18cc3d9b5.tar.gz
gentoo-d1e8a32bd1c9c94470fff0fc796a83e18cc3d9b5.tar.bz2
gentoo-d1e8a32bd1c9c94470fff0fc796a83e18cc3d9b5.zip
Revert "dev-python/sphinxcontrib-asyncio: Remove namespace dep"
This reverts commit ce76221642b70f7f4084f07033705f3e669043c4. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild (renamed from dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r3.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r3.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
index a456720dd8f0..bedbad8a4532 100644
--- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r3.ebuild
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
@@ -19,7 +19,8 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
python_compile_all() {
use doc && emake -C docs html