mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS Changes: https://github.com/MatthiasValvekens/certomancer/commits/master
10 lines
232 B
TOML
10 lines
232 B
TOML
--- pyproject.toml.orig 2024-03-15 23:37:58 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools>=67.4",
|
|
+ "setuptools>=61",
|
|
"wheel",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|