diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-05-01 15:26:46 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-05-01 15:27:12 -0500 |
commit | 26b97f7c9204491aa85e3a94b064286685785c8e (patch) | |
tree | 1f72cd6e44af33e1a393f8034697d98e5036cd92 /dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild | |
parent | app-text/podofo: prune dev.gentoo.org from SRC_URI (diff) | |
download | gentoo-26b97f7c9204491aa85e3a94b064286685785c8e.tar.gz gentoo-26b97f7c9204491aa85e3a94b064286685785c8e.tar.bz2 gentoo-26b97f7c9204491aa85e3a94b064286685785c8e.zip |
dev-python/keystonemiddleware: removing examples (banned in eapi6) bug 616676
Package-Manager: Portage-2.3.3, Repoman-2.3.2
Diffstat (limited to 'dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild')
-rw-r--r-- | dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild index aee980dd87d9..8d99ab92d5af 100644 --- a/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild +++ b/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.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=" @@ -79,6 +79,5 @@ python_test() { python_install_all() { use doc && local HTML_DOCS=( doc/build/html/. ) - use examples && local EXAMPLES=( examples/.) distutils-r1_python_install_all } |