commit: 2b1492c005efa81b4e196cf77d8688a6c9c6f232
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 15:35:38 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 15:53:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1492c0
dev-python/tables: Fix stripping blosc2 wheel dependency
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tables/{tables-3.9.1.ebuild => tables-3.9.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ea12b00212a9..e1223152b98e 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
}