commit: 718042744d99d8c9d5168c2fe228fc2d4b0c7b66
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 05:47:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 05:58:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71804274
dev-python/fritzconnection: Remove obsolete sed
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fritzconnection/fritzconnection-1.12.0.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
index c82f65f2406f..7c33835fcdcd 100644
--- a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
+++ b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
@@ -43,9 +43,3 @@ EPYTEST_DESELECT=(
# flaky (relies on time.sleep(0.01) magically being sufficient)
fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
)
-
-src_prepare() {
- # upstream is pinning for py3.6 compat x_x
- sed -i -e 's:,<[0-9.]*::' setup.py || die
- distutils-r1_src_prepare
-}