Add pyproject.toml to support pip 23.1

For details see the below mail thread:
https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/HVFN5RBSHRTM3B2UUKPAWKH6H6AT6CYR/

and the commit message of the keystone patch:
https://review.opendev.org/c/899519

Change-Id: I3bd48a0e4e9ff1caf4c960b08298fc84df3c2cc1
This commit is contained in:
elajkat 2024-04-19 14:11:23 +02:00
parent 6e40758925
commit 0f2aba5536
1 changed files with 4 additions and 0 deletions

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[build-system]
requires = ["pbr>=5.7.0", "setuptools>=64.0.0", "wheel"]
build-backend = "pbr.build"