commit:     ec1f2348a6dec832b86d141a4ee5153c22365af5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 15:41:31 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 29 05:07:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1f2348

dev-python/oslotest: Strip subunit requirement

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../oslotest/{oslotest-4.5.0-r1.ebuild => oslotest-4.5.0-r2.ebuild}  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/oslotest/oslotest-4.5.0-r1.ebuild 
b/dev-python/oslotest/oslotest-4.5.0-r2.ebuild
similarity index 88%
rename from dev-python/oslotest/oslotest-4.5.0-r1.ebuild
rename to dev-python/oslotest/oslotest-4.5.0-r2.ebuild
index 0cf654906661..a5d04babb6b3 100644
--- a/dev-python/oslotest/oslotest-4.5.0-r1.ebuild
+++ b/dev-python/oslotest/oslotest-4.5.0-r2.ebuild
@@ -30,3 +30,8 @@ RDEPEND="
 "
 
 distutils_enable_tests unittest
+
+src_prepare() {
+       sed -i -e '/subunit/d' requirements.txt || die
+       distutils-r1_src_prepare
+}

Reply via email to