
pip 23.1 removed the "setup.py install" fallback for projects that do not have pyproject.toml. This change adds the minimal pyproject.toml to enable pbr to be properly used to build editable wheels. [1] https://docs.openstack.org/pbr/latest/user/using.html#pyproject-toml Change-Id: Ie14fb4db0da3b20daadfd55647c8563e65a338d2 Closes-Bug: #2109645
4 lines
69 B
TOML
4 lines
69 B
TOML
[build-system]
|
|
requires = ["pbr>=6.1.1"]
|
|
build-backend = "pbr.build"
|