mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Remove testing from port as it isn't shipped in PyPI tarball anymore - Force downgrade on setuptools upstream requirement ChangeLog: https://duplicity.gitlab.io/stable/CHANGELOG.html
12 lines
236 B
TOML
12 lines
236 B
TOML
--- pyproject.toml.orig 2025-06-20 19:43:43 UTC
|
|
+++ pyproject.toml
|
|
@@ -32,7 +32,7 @@ classifiers = [
|
|
|
|
|
|
[build-system]
|
|
-requires = ["setuptools>=68.1.0"]
|
|
+requires = ["setuptools>=63.1.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|