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
This commit is contained in:
David Seifert
2017-03-10 21:47:26 +01:00
parent 2a29b74b12
commit 34c3966567

View File

@@ -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() {