py-pbr: setuptools required at run-time (#41866)

This commit is contained in:
Adam J. Stewart 2023-12-27 01:03:51 +01:00 committed by GitHub
parent 24d12c632c
commit 0f74f796de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,4 +25,4 @@ class PyPbr(PythonPackage):
version("1.8.1", sha256="e2127626a91e6c885db89668976db31020f0af2da728924b56480fc7ccf09649")
depends_on("python@2.6:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-setuptools", type=("build", "run"))