From: Antonio Valentino Date: Sun, 7 Apr 2024 06:53:27 +0000 (+0000) Subject: No python-blosc2 X-Git-Tag: archive/raspbian/3.11.0-3+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7e3203c25acec1804ded29065853663dc3d9e785;p=pytables.git No python-blosc2 Forwarded: not-needed Gbp-Pq: Name 0005-No-python-blosc2.patch --- diff --git a/pyproject.toml b/pyproject.toml index f838c31..c9a56af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires = [ # Included here for seamless wheel builds. # Packagers can choose to replace it by externally provided # c-blosc2 library and headers - "blosc2 >= 2.3.0", + # "blosc2 >= 2.3.0", ] build-backend = "setuptools.build_meta" # build-backend = "mesonpy" # and replace ``setuptools`` above @@ -76,7 +76,7 @@ dependencies = [ "numexpr >= 2.6.2", "packaging", "py-cpuinfo", - "blosc2 >= 2.3.0", + # "blosc2 >= 2.3.0", ]