mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
11 lines
411 B
TOML
11 lines
411 B
TOML
--- pyproject.toml.orig 2023-07-31 14:34:13 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@
|
|
|
|
# https://askubuntu.com/a/1407138
|
|
# we encounter the above error in versions of setuptools<=58.3.0
|
|
-requires = ["setuptools>=42,<=58.3.0", "wheel", "pybind11<2.11.0", "Cython<3.0"]
|
|
+requires = ["setuptools>=42", "wheel", "pybind11<2.11.0", "Cython<3.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.pytest.ini_options]
|