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/oslotest/
Date: Tue, 01 Sep 2015 15:11:06
Message-Id: 1441120049.82e756ff4a25b5b64f342aba14f2c6f96e82c08d.prometheanfire@gentoo
1 commit: 82e756ff4a25b5b64f342aba14f2c6f96e82c08d
2 Author: Matthew Thode <mthode <AT> mthode <DOT> org>
3 AuthorDate: Tue Sep 1 15:07:29 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 15:07:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e756ff
7
8 dev-python/oslotest: seding out hacking from test-reqs
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/oslotest/oslotest-1.10.0.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/dev-python/oslotest/oslotest-1.10.0.ebuild b/dev-python/oslotest/oslotest-1.10.0.ebuild
16 index 80c3f4a..7af4e9b 100644
17 --- a/dev-python/oslotest/oslotest-1.10.0.ebuild
18 +++ b/dev-python/oslotest/oslotest-1.10.0.ebuild
19 @@ -39,6 +39,11 @@ RDEPEND="
20 >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
21 "
22
23 +python_prepare() {
24 + sed -i '/^hacking/d' test-requirements.txt
25 + distutils-r1_python_prepare
26 +}
27 +
28 python_compile_all() {
29 if use doc; then
30 esetup.py build_sphinx