summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-03-10 21:47:26 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-10 22:12:01 +0100
commit34c3966567b4f80262f19564c76368f43bbbdfe9 (patch)
tree25022a0ae675d55a60514f0e08f8ba379177d3b8 /dev-python/oslo-utils
parentdev-perl/JSON-RPC: added ~ppc, bug 577100 (diff)
downloadgentoo-34c3966567b4f80262f19564c76368f43bbbdfe9.tar.gz
gentoo-34c3966567b4f80262f19564c76368f43bbbdfe9.tar.bz2
gentoo-34c3966567b4f80262f19564c76368f43bbbdfe9.zip
dev-python/oslo-utils: Call distutils-r1_python_prepare_all
Bug: https://bugs.gentoo.org/show_bug.cgi?id=569724 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/oslo-utils')
-rw-r--r--dev-python/oslo-utils/oslo-utils-3.8.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/oslo-utils/oslo-utils-3.8.0.ebuild b/dev-python/oslo-utils/oslo-utils-3.8.0.ebuild
index 2fbca4d34d79..8fa9f5e6da64 100644
--- a/dev-python/oslo-utils/oslo-utils-3.8.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -60,6 +60,7 @@ RDEPEND="
python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
+ distutils-r1_python_prepare_all
}
python_compile_all() {