mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-11 19:56:28 +00:00
pbr 6.1.1 introduced explicit dependency on setuptools, thus bumping pbr allows us to remove direct and explicit dependency on setuptools. Change-Id: I5131d21d178cce3389ffa7237efd8694315eece8
3 lines
69 B
TOML
3 lines
69 B
TOML
[build-system]
|
|
requires = ["pbr>=6.1.1"]
|
|
build-backend = "pbr.build"
|