diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-04 13:35:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-04 13:36:39 +0100 |
commit | d1e8a32bd1c9c94470fff0fc796a83e18cc3d9b5 (patch) | |
tree | 019cf968c5844b859e376d424ea1ee9516518c3a /dev-python/sphinxcontrib-asyncio | |
parent | Revert "dev-python/sphinxcontrib-applehelp: Remove namespace dep" (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/sphinxcontrib-asyncio')
-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 |