py-cig-pythia: add missing py-setuptools dependency (#43473)
This commit is contained in:
parent
e322a8382f
commit
47163f7435
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class PyCigPythia(AutotoolsPackage, PythonExtension):
|
||||||
depends_on("mpi", when="+mpi")
|
depends_on("mpi", when="+mpi")
|
||||||
depends_on("python@3.8:")
|
depends_on("python@3.8:")
|
||||||
depends_on("py-pip")
|
depends_on("py-pip")
|
||||||
|
depends_on("py-setuptools")
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
|
|
Loading…
Reference in a new issue