diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild index 5ac6dc24a10a4..a209cefea5a91 100644 --- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild +++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild @@ -19,17 +19,8 @@ IUSE="doc" # Portage only has versions of request >= minimum border RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]" DEPEND=" - app-arch/unzip - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" + app-arch/unzip" +distutils_enable_sphinx docs # Testsuite excels in tests connecting to the network via local server daemons #distutils_enable_tests setup.py - -python_compile_all() { - use doc && emake -C docs html -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -}