py-ase: add a build dependency on py-setuptools (#22078)

This commit is contained in:
Michael Kuron 2021-03-04 18:09:37 +01:00 committed by GitHub
parent e9dfc50d1b
commit 7f01d1dc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,3 +25,4 @@ class PyAse(PythonPackage):
depends_on('py-matplotlib', type=('build', 'run')) depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run')) depends_on('py-scipy', type=('build', 'run'))
depends_on('py-flask', type=('build', 'run')) depends_on('py-flask', type=('build', 'run'))
depends_on('py-setuptools', type='build')