opnsense-ports/audio/py-soxr/files/patch-pyproject.toml
Franco Fichtner a68f264ff1 */*: sync with upstream
Taken from: FreeBSD
2023-08-17 14:05:37 +02:00

14 lines
294 B
TOML

--- pyproject.toml.orig 2023-08-15 13:45:59 UTC
+++ pyproject.toml
@@ -2,9 +2,9 @@
requires = [
"setuptools>=42",
"wheel",
- "Cython>=3.0a7",
+ "Cython",
"setuptools_scm[toml]>=6.2",
- "oldest-supported-numpy"
+ "numpy"
]
build-backend = "setuptools.build_meta"