diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-01 20:21:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-01 20:25:29 +0100 |
commit | 285707682eca96cdc3c0ece898a03da6cf1a28ed (patch) | |
tree | c03ed5bdc84cd42e23d871b3b7e406f6b7f5c5ea /dev-python/aiohttp | |
parent | dev-python/binaryornot: EAPI 8, PEP517 (diff) | |
download | gentoo-285707682eca96cdc3c0ece898a03da6cf1a28ed.tar.gz gentoo-285707682eca96cdc3c0ece898a03da6cf1a28ed.tar.bz2 gentoo-285707682eca96cdc3c0ece898a03da6cf1a28ed.zip |
dev-python/aiohttp: Remove USE=doc due to last rited dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r-- | dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild b/dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild index e4f758943d69..5df4cf93b5bd 100644 --- a/dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild +++ b/dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild @@ -50,14 +50,6 @@ BDEPEND=" DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst ) distutils_enable_tests pytest -distutils_enable_sphinx docs \ - '>=dev-python/alabaster-0.6.2' \ - 'dev-python/sphinxcontrib-asyncio' \ - 'dev-python/sphinxcontrib-blockdiag' \ - 'dev-python/sphinxcontrib-newsfeed' \ - 'dev-python/sphinxcontrib-spelling' \ - 'dev-python/sphinx' \ - 'dev-python/sphinx-aiohttp-theme' src_prepare() { # increase the timeout a little |