diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-07 17:35:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-07 17:53:49 +0200 |
commit | 2b1492c005efa81b4e196cf77d8688a6c9c6f232 (patch) | |
tree | 9e3b75b2807285df2a1eb119729e492c447a2a47 /dev-python | |
parent | dev-python/gitdb: Unpin dependencies (diff) | |
download | gentoo-2b1492c005efa81b4e196cf77d8688a6c9c6f232.tar.gz gentoo-2b1492c005efa81b4e196cf77d8688a6c9c6f232.tar.bz2 gentoo-2b1492c005efa81b4e196cf77d8688a6c9c6f232.zip |
dev-python/tables: Fix stripping blosc2 wheel dependency
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/tables/tables-3.9.1-r1.ebuild (renamed from dev-python/tables/tables-3.9.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tables/tables-3.9.1.ebuild b/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 } |