commit:     7be79ed3c49484b3361f18e0dcecc00f5d78d233
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 15:59:00 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 17:23:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be79ed3

dev-python/pytables: Strip blosc2 from install_requires

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytables/{pytables-3.8.0.ebuild => pytables-3.8.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pytables/pytables-3.8.0.ebuild 
b/dev-python/pytables/pytables-3.8.0-r1.ebuild
similarity index 97%
rename from dev-python/pytables/pytables-3.8.0.ebuild
rename to 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
 }
 

Reply via email to