From b62122aaad44a3cb403acc2d9db84b1f3a914e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 20 Dec 2022 08:03:12 +0100 Subject: [PATCH] dev-python/pytoolconfig: Sed overstrict packaging dep out MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...lconfig-1.2.4-r1.ebuild => pytoolconfig-1.2.4-r2.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) rename dev-python/pytoolconfig/{pytoolconfig-1.2.4-r1.ebuild => pytoolconfig-1.2.4-r2.ebuild} (86%) diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.4-r1.ebuild b/dev-python/pytoolconfig/pytoolconfig-1.2.4-r2.ebuild similarity index 86% rename from dev-python/pytoolconfig/pytoolconfig-1.2.4-r1.ebuild rename to dev-python/pytoolconfig/pytoolconfig-1.2.4-r2.ebuild index b1aba7a2845c9..0aa52a77f7311 100644 --- a/dev-python/pytoolconfig/pytoolconfig-1.2.4-r1.ebuild +++ b/dev-python/pytoolconfig/pytoolconfig-1.2.4-r2.ebuild @@ -35,3 +35,9 @@ BDEPEND=" " distutils_enable_tests pytest + +src_prepare() { + # remove overstrict dep + sed -i -e '/packaging/s:>=22.0::' pyproject.toml || die + distutils-r1_src_prepare +}