mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/tables: Fix stripping blosc2 wheel dependency
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user