opnsense-ports/archivers/py-blosc2/files/patch-pyproject.toml
Franco Fichtner 6773d073f4 */*: sync with upstream
Taken from: FreeBSD
2023-11-15 11:28:49 +01:00

15 lines
263 B
TOML

--- pyproject.toml.orig 2023-11-08 15:10:58 UTC
+++ pyproject.toml
@@ -2,10 +2,8 @@
requires = [
"setuptools",
"scikit-build",
- "cython>=3",
- "cmake",
- "ninja",
- "oldest-supported-numpy"]
+ "cython",
+]
[project]
name = "blosc2"