In pip 23.1, `setup.py install` no longer works for projects without pyproject.toml. https://pip.pypa.io/en/stable/news/#v23-1 https://github.com/pypa/pip/issues/8368 Change-Id: Ibed08ec99a4029e1f1fc454514afafca7a3d7b48 Signed-off-by: Emma Foley <efoley@redhat.com>
4 lines
69 B
TOML
4 lines
69 B
TOML
[build-system]
|
|
requires = ["pbr>=6.1.1"]
|
|
build-backend = "pbr.build"
|