mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Convert to USE_PYTHON=pep517 Changes: https://docs.openstack.org/releasenotes/python-novaclient/
7 lines
244 B
TOML
7 lines
244 B
TOML
--- pyproject.toml.orig 2024-03-01 13:50:34 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,3 +1,3 @@
|
|
[build-system]
|
|
-requires = ["pbr>=5.7.0", "setuptools>=64.0.0", "wheel"]
|
|
+requires = ["pbr>=5.7.0", "setuptools>=61.0.0", "wheel"]
|
|
build-backend = "pbr.build"
|