diff --git a/pyproject.toml b/pyproject.toml index 5e862a95..2a38d6bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["pbr>=6.0.0", "setuptools>=64.0.0"] +requires = ["pbr>=6.1.1"] build-backend = "pbr.build"