[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:
Stephen Sachs 2022-11-15 01:11:23 +01:00 committed by GitHub
parent 2cd7322b11
commit a9dcd4c01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")