
pbr 6.1.1 introduced explicit dependency on setuptools, thus bumping pbr allows us to remove direct and explicit dependency on setuptools. Change-Id: Ia6fa6a8c6a45bb588b6f6d78ca1edf00c07b2fdf
4 lines
69 B
TOML
4 lines
69 B
TOML
[build-system]
|
|
requires = ["pbr>=6.1.1"]
|
|
build-backend = "pbr.build"
|