opnsense-ports/archivers/py-bitshuffle/files/patch-pyproject.toml
Franco Fichtner d35ca004f6 */*: sync with upstream
Taken from: FreeBSD
2024-03-26 10:55:10 +01:00

11 lines
225 B
TOML

--- pyproject.toml.orig 2022-11-26 00:17:16 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
requires = [
"setuptools>=0.7",
"Cython>=0.19",
- "oldest-supported-numpy",
+ "numpy",
"h5py>=2.4.0",
]