summaryrefslogtreecommitdiff
path: root/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-27 21:51:31 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-27 21:51:31 -0500
commitff7ffc907e3622ecac6f7cd246c00e1c0ea8e63d (patch)
tree16cd0234c1847192f5168cc5cd0ac3740d8e67aa /dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
parent4f0f81c0d1cba44a2af4bbeec695155734f0937e (diff)
downloadgentoo-ff7ffc907e3622ecac6f7cd246c00e1c0ea8e63d.tar.gz
gentoo-ff7ffc907e3622ecac6f7cd246c00e1c0ea8e63d.tar.xz
dev-python/python-keystoneclient: fixing unused use flags
Package-Manager: portage-2.2.26
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 92aae528b5e..332185f9211 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
-}