Added setuptools to receipe (#11463)

This commit is contained in:
Brian Van Essen 2019-05-15 03:19:04 -07:00 committed by Massimiliano Culpo
parent 58c5442d62
commit 821b7d3b93

View file

@ -20,3 +20,4 @@ class PyTyping(PythonPackage):
# You need Python 2.7 or 3.3+ to install the typing package
depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
depends_on('py-setuptools', type='build')