opnsense-ports/audio/py-soxr/files/patch-pyproject.toml
Franco Fichtner fde8a0af29 */*: sync with upstream
Taken from: FreeBSD
2024-07-29 22:39:23 +02:00

18 lines
548 B
TOML

--- pyproject.toml.orig 2024-07-25 13:58:38 UTC
+++ pyproject.toml
@@ -2,13 +2,13 @@ requires = [
requires = [
"setuptools>=42",
"wheel",
- "Cython>=3.0a7",
+ "Cython",
"setuptools_scm[toml]>=6.2",
# Note for packagers: this constraint is specific to wheels
# for PyPI; it is also supported to build against 1.xx still.
# If you do so, please ensure to include a `numpy<2.0`
# runtime requirement for those binary packages.
- "numpy>=2.0.0rc1"
+ "numpy"
]
build-backend = "setuptools.build_meta"