From 2b1492c005efa81b4e196cf77d8688a6c9c6f232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 7 Oct 2023 17:35:38 +0200 Subject: [PATCH] dev-python/tables: Fix stripping blosc2 wheel dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../tables/{tables-3.9.1.ebuild => tables-3.9.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/tables/{tables-3.9.1.ebuild => tables-3.9.1-r1.ebuild} (97%) diff --git a/dev-python/tables/tables-3.9.1.ebuild b/dev-python/tables/tables-3.9.1-r1.ebuild similarity index 97% rename from dev-python/tables/tables-3.9.1.ebuild rename to dev-python/tables/tables-3.9.1-r1.ebuild index ea12b00212a93..e1223152b98ea 100644 --- a/dev-python/tables/tables-3.9.1.ebuild +++ b/dev-python/tables/tables-3.9.1-r1.ebuild @@ -53,7 +53,7 @@ python_prepare_all() { export USE_PKGCONFIG=TRUE rm -r c-blosc/{blosc,internal-complibs} || die - sed -i -e '/blosc2/d' requirements.txt || die + sed -i -e '/blosc2/d' pyproject.toml || die hprefixify -w '/prefixes =/' setup.py distutils-r1_python_prepare_all }