Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
Date: Tue, 04 Oct 2016 19:10:18
Message-Id: 1475608166.753cfa5d344dcb68894fe5806d6730abc89ebf24.prometheanfire@gentoo
1 commit: 753cfa5d344dcb68894fe5806d6730abc89ebf24
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 4 15:33:17 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 4 19:09:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753cfa5d
7
8 dev-python/oslo-utils: add missing prepare_all
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/oslo-utils/oslo-utils-3.16.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild b/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
16 index 4e965d4..db0a7e1 100644
17 --- a/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
18 +++ b/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
19 @@ -63,6 +63,7 @@ RDEPEND="
20
21 python_prepare_all() {
22 sed -i '/^hacking/d' test-requirements.txt || die
23 + distutils-r1_python_prepare_all
24 }
25
26 python_compile_all() {