dev-python/keystonemiddleware: examples are banned in eapi6
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 24 Jul 2017 01:39:51 +0000 (20:39 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 24 Jul 2017 01:39:51 +0000 (20:39 -0500)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild

index c772985eeeec3e391b09dd946f0bcb6f17d8ec4f..c83c413ca605026aa0530f31eda8fe64160b0136 100644 (file)
@@ -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
 }