commit: d228139106addc87dd307d3d159d38936c1303f7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 08:49:21 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 09:40:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2281391
dev-python/transitions: Add a hack removal check
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/transitions/transitions-0.9.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/transitions/transitions-0.9.1.ebuild
b/dev-python/transitions/transitions-0.9.1.ebuild
index eadff084d9b8..dcb1e83aaf4e 100644
--- a/dev-python/transitions/transitions-0.9.1.ebuild
+++ b/dev-python/transitions/transitions-0.9.1.ebuild
@@ -40,6 +40,7 @@ src_prepare() {
distutils-r1_src_prepare
# magic to ignore async tests sometimes, breaks EPYTEST_IGNORE
+ [[ ${PV} != 0.9.1 ]] && die "Remove this hack"
rm conftest.py || die
}