From 82e756ff4a25b5b64f342aba14f2c6f96e82c08d Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 1 Sep 2015 10:07:29 -0500 Subject: [PATCH] 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 80c3f4a21109..7af4e9bd8ee5 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 -- 2.26.2