lammps: added build dependency to py-setuptools (#32351)
LAMMPS' setup.py uses setuptools as of lammps/lammps@2ed8e5cf02
This commit is contained in:
parent
1c3979dcfa
commit
06ba4d5c28
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ def url_for_version(self, version):
|
|||
depends_on("py-cython", when="+ml-iap+python")
|
||||
depends_on("py-numpy", when="+mliap+python")
|
||||
depends_on("py-numpy", when="+ml-iap+python")
|
||||
depends_on("py-setuptools", when="@20220217:+python", type="build")
|
||||
|
||||
conflicts("+cuda", when="+opencl")
|
||||
conflicts("+body", when="+poems@:20180628")
|
||||
|
|
Loading…
Reference in a new issue