Added setuptools to receipe (#11463)
This commit is contained in:
parent
58c5442d62
commit
821b7d3b93
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue