mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
11 lines
298 B
TOML
11 lines
298 B
TOML
--- pyproject.toml.orig 2023-09-13 20:09:22 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@
|
|
requires = [
|
|
# Also declared in requirements.txt, if updating here please also update
|
|
# there
|
|
- "Cython~=3.0.8",
|
|
+ "Cython",
|
|
"setuptools >= 35.0.2",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|