py-mypy: setuptools needed at run-time (#16375)

This commit is contained in:
Adam J. Stewart 2020-04-29 13:50:34 -05:00 committed by GitHub
parent 0385e84775
commit eef75ddd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ class PyMypy(PythonPackage):
version('0.740', sha256='48c8bc99380575deb39f5d3400ebb6a8a1cb5cc669bbba4d3bb30f904e0a0e7d')
depends_on('python@3.5:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-typed-ast@1.4.0:1.4.999', type=('build', 'run'))
depends_on('py-typing-extensions@3.7.4:', type=('build', 'run'))
depends_on('py-mypy-extensions@0.4.0:0.4.999', type=('build', 'run'))