[py-pmw-patched] needs setuptools to build (#33902)
Error message: ``` ModuleNotFoundError: No module named 'setuptools' ``` Co-authored-by: Stephen Sachs <stesachs@amazon.com>
This commit is contained in:
parent
2cd7322b11
commit
a9dcd4c01e
@ -16,3 +16,6 @@ class PyPmwPatched(PythonPackage):
|
||||
git = "https://github.com/schrodinger/pmw-patched"
|
||||
|
||||
version("02-10-2020", commit="8bedfc8747e7757c1048bc5e11899d1163717a43")
|
||||
|
||||
# pip silently replaces distutils with setuptools
|
||||
depends_on("py-setuptools", type="build")
|
||||
|
Loading…
Reference in New Issue
Block a user