lammps: added build dependency to py-setuptools (#32351)

LAMMPS' setup.py uses setuptools as of lammps/lammps@2ed8e5cf02
This commit is contained in:
Lucas Frérot
2022-08-25 19:40:07 +02:00
committed by GitHub
parent 1c3979dcfa
commit 06ba4d5c28

View File

@@ -294,6 +294,7 @@ def url_for_version(self, version):
depends_on("py-cython", when="+ml-iap+python") depends_on("py-cython", when="+ml-iap+python")
depends_on("py-numpy", when="+mliap+python") depends_on("py-numpy", when="+mliap+python")
depends_on("py-numpy", when="+ml-iap+python") depends_on("py-numpy", when="+ml-iap+python")
depends_on("py-setuptools", when="@20220217:+python", type="build")
conflicts("+cuda", when="+opencl") conflicts("+cuda", when="+opencl")
conflicts("+body", when="+poems@:20180628") conflicts("+body", when="+poems@:20180628")