mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
- Build deps: Switch from PY_SETUPTOOLS -> py-setuptools ChangeLog: https://duplicity.gitlab.io/stable/CHANGELOG.html PR: 279266 Reported by: FiLiS <freebsdbugs@filis.org>
11 lines
250 B
TOML
11 lines
250 B
TOML
--- pyproject.toml.orig 2024-05-24 07:34:29 UTC
|
|
+++ pyproject.toml
|
|
@@ -7,7 +7,7 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
"build>=1.1",
|
|
- "pip>=24.0",
|
|
+ "pip>=23.3.2",
|
|
"pipx>=1.5",
|
|
"packaging>=20.0",
|
|
"setuptools>=60.0",
|