Merge "add pyproject.toml to support pip 23.1"

This commit is contained in:
Zuul 2025-05-15 07:13:28 +00:00 committed by Gerrit Code Review
commit aa3084870b

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[build-system]
requires = ["pbr>=6.1.1"]
build-backend = "pbr.build"