From 0f2aba55368fdde3951eb544f7c97c54e71cf3f1 Mon Sep 17 00:00:00 2001 From: elajkat Date: Fri, 19 Apr 2024 14:11:23 +0200 Subject: [PATCH] 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 --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..0e9793e6a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[build-system] +requires = ["pbr>=5.7.0", "setuptools>=64.0.0", "wheel"] +build-backend = "pbr.build" +