diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-07 21:19:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-07 21:19:38 +0100 |
commit | 4e70e272674ab934178eb815885b2124b33fd12e (patch) | |
tree | f65cacf2b7c85a5e824a538d3c45879030ec52c8 /dev-python/tables/tables-3.9.1-r1.ebuild | |
parent | dev-libs/c-blosc2: Remove old (diff) | |
download | gentoo-4e70e272674ab934178eb815885b2124b33fd12e.tar.gz gentoo-4e70e272674ab934178eb815885b2124b33fd12e.tar.bz2 gentoo-4e70e272674ab934178eb815885b2124b33fd12e.zip |
dev-python/tables: Fix c-blosc2 dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tables/tables-3.9.1-r1.ebuild')
-rw-r--r-- | dev-python/tables/tables-3.9.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tables/tables-3.9.1-r1.ebuild b/dev-python/tables/tables-3.9.1-r1.ebuild index 2b13244b6cde..459804a296ec 100644 --- a/dev-python/tables/tables-3.9.1-r1.ebuild +++ b/dev-python/tables/tables-3.9.1-r1.ebuild @@ -28,7 +28,7 @@ DEPEND=" app-arch/lz4:0= >=app-arch/zstd-1.0.0:= >=dev-libs/c-blosc-1.11.1:0= - dev-libs/c-blosc2:= + >=dev-libs/c-blosc2-2.10.4:= dev-libs/lzo:2= >=dev-python/numpy-1.19.0[${PYTHON_USEDEP}] >=sci-libs/hdf5-1.8.4:= |