py-munch: setuptools needed at run-time (#41865)

This commit is contained in:
Adam J. Stewart 2024-01-01 03:57:56 +01:00 committed by GitHub
parent 7573c9bc1e
commit f3588ad347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,6 @@ class PyMunch(PythonPackage):
version("2.2.0", sha256="62fb4fb318e965a464b088e6af52a63e0905a50500b770596a939d3855e7aa15")
depends_on("py-pbr@3:", when="@2.5:", type="build")
depends_on("py-setuptools@17.1:", when="@2.5:", type="build")
depends_on("py-setuptools@17.1:", when="@2.5:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-six", type=("build", "run"))