commit: 34c3966567b4f80262f19564c76368f43bbbdfe9 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 20:47:26 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Mar 10 21:12:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c39665
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 dev-python/oslo-utils/oslo-utils-3.8.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 2fbca4d34d7..8fa9f5e6da6 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() {
