diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-30 16:59:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-30 18:23:46 +0100 |
commit | 7be79ed3c49484b3361f18e0dcecc00f5d78d233 (patch) | |
tree | 7b6af72bc73a229064ee719fe1b1697402df47f6 /dev-python/pytables | |
parent | dev-libs/newt: Stabilize 0.52.23 ppc64, #888994 (diff) | |
download | gentoo-7be79ed3c49484b3361f18e0dcecc00f5d78d233.tar.gz gentoo-7be79ed3c49484b3361f18e0dcecc00f5d78d233.tar.bz2 gentoo-7be79ed3c49484b3361f18e0dcecc00f5d78d233.zip |
dev-python/pytables: Strip blosc2 from install_requires
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/pytables-3.8.0-r1.ebuild (renamed from dev-python/pytables/pytables-3.8.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytables/pytables-3.8.0.ebuild b/dev-python/pytables/pytables-3.8.0-r1.ebuild index 889a681566ed..af123af3a0fa 100644 --- a/dev-python/pytables/pytables-3.8.0.ebuild +++ b/dev-python/pytables/pytables-3.8.0-r1.ebuild @@ -61,6 +61,7 @@ python_prepare_all() { rm -r c-blosc/{blosc,internal-complibs} || die rm tables/libblosc2.so || die + sed -i -e '/blosc2/d' requirements.txt || die distutils-r1_python_prepare_all } |