No python-blosc2
authorAntonio Valentino <antonio.valentino@tiscali.it>
Sun, 7 Apr 2024 06:53:27 +0000 (06:53 +0000)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Wed, 8 Jan 2025 00:32:06 +0000 (00:32 +0000)
Forwarded: not-needed

Gbp-Pq: Name 0005-No-python-blosc2.patch

pyproject.toml

index 34283978b22fda6767bd0e672cd7c7be46bc875b..4b3ac5962465db2a0df0d457538bc28c4946d47e 100644 (file)
@@ -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
@@ -75,8 +75,8 @@ dependencies = [
     "numexpr >= 2.6.2",
     "packaging",
     "py-cpuinfo",
-    "blosc2 >= 2.3.0",
-    "typing-extensions >= 4.4.0",
+    "blosc2 >= 2.3.0",
+    "typing-extensions >= 4.4.0",
 ]