summaryrefslogtreecommitdiff
path: root/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild')
-rw-r--r--dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
index 92aae528b5e8..332185f92117 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
@@ -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
-}