commit: 753cfa5d344dcb68894fe5806d6730abc89ebf24
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 15:33:17 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 19:09:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753cfa5d
dev-python/oslo-utils: add missing prepare_all
Package-Manager: portage-2.3.0
dev-python/oslo-utils/oslo-utils-3.16.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
b/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
index 4e965d4..db0a7e1 100644
--- a/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
+ distutils-r1_python_prepare_all
}
python_compile_all() {