py-munch: setuptools needed at run-time (#41865)
This commit is contained in:
parent
7573c9bc1e
commit
f3588ad347
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user