dev-python/python-keystoneclient: fixing unused use flags
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Mar 2016 02:51:31 +0000 (21:51 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Mar 2016 02:51:31 +0000 (21:51 -0500)
Package-Manager: portage-2.2.26

dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild

index 92aae528b5e86a5029073bbcd14184453e9c086b..332185f921177826cae0704c65c4ea02705a1c74 100644 (file)
@@ -54,15 +54,7 @@ PATCHES=(
 )
 
 python_prepare_all() {
-       use doc && esetup.py build_sphinx
        sed -i '/^argparse/d' requirements.txt || die
        sed -i '/^hacking/d' test-requirements.txt || die
        distutils-r1_python_prepare_all
 }
-
-python_install_all() {
-       use doc && local HTML_DOCS=( doc/build/html/. )
-       use examples && local EXAMPLES=( examples/. )
-
-       distutils-r1_python_install_all
-}