summaryrefslogtreecommitdiff
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
parentdev-python/python-openstackclient: fixing sed typo (diff)
downloadgentoo-ff7ffc907e3622ecac6f7cd246c00e1c0ea8e63d.tar.gz
gentoo-ff7ffc907e3622ecac6f7cd246c00e1c0ea8e63d.tar.bz2
gentoo-ff7ffc907e3622ecac6f7cd246c00e1c0ea8e63d.zip
dev-python/python-keystoneclient: fixing unused use flags
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/python-keystoneclient')
-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
-}