commit:     82e756ff4a25b5b64f342aba14f2c6f96e82c08d
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Sep  1 15:07:29 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 15:07:29 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e756ff

dev-python/oslotest: seding out hacking from test-reqs

Package-Manager: portage-2.2.20.1

 dev-python/oslotest/oslotest-1.10.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/oslotest/oslotest-1.10.0.ebuild 
b/dev-python/oslotest/oslotest-1.10.0.ebuild
index 80c3f4a..7af4e9b 100644
--- a/dev-python/oslotest/oslotest-1.10.0.ebuild
+++ b/dev-python/oslotest/oslotest-1.10.0.ebuild
@@ -39,6 +39,11 @@ RDEPEND="
        >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
 "
 
+python_prepare() {
+       sed -i '/^hacking/d' test-requirements.txt
+       distutils-r1_python_prepare
+}
+
 python_compile_all() {
        if use doc; then
                esetup.py build_sphinx

Reply via email to