mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
- Update version requirement of BUILD_DEPENDS py-setuptools should be used rather than PY_SETUPTOOLS
10 lines
242 B
TOML
10 lines
242 B
TOML
--- pyproject.toml.orig 2023-12-13 17:32:08 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools>=64",
|
|
+ "setuptools>=61",
|
|
"setuptools_scm>=8",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|