summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-07-23 20:39:51 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-07-23 20:39:51 -0500
commit3cfa11e4331c606d70d7c1ca4cd16c3fadd985ca (patch)
tree3600ca38c41def7e93bd08612f4b6761dd158a86 /dev-python/keystonemiddleware
parentnet-misc/openvswitch: 2.7.2 fast stable amd64 and x86 for bug 620258 (diff)
downloadgentoo-3cfa11e4331c606d70d7c1ca4cd16c3fadd985ca.tar.gz
gentoo-3cfa11e4331c606d70d7c1ca4cd16c3fadd985ca.tar.bz2
gentoo-3cfa11e4331c606d70d7c1ca4cd16c3fadd985ca.zip
dev-python/keystonemiddleware: examples are banned in eapi6
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/keystonemiddleware')
-rw-r--r--dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild
index c772985eeeec..c83c413ca605 100644
--- a/dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild
+++ b/dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
+IUSE="doc test"
CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
DEPEND="
@@ -77,6 +77,5 @@ python_test() {
python_install_all() {
use doc && local HTML_DOCS=( doc/build/html/. )
- use examples && local EXAMPLES=( examples/.)
distutils-r1_python_install_all
}