Added setuptools to receipe (#11463)
This commit is contained in:

committed by
Massimiliano Culpo

parent
58c5442d62
commit
821b7d3b93
@@ -20,3 +20,4 @@ class PyTyping(PythonPackage):
|
|||||||
|
|
||||||
# You need Python 2.7 or 3.3+ to install the typing package
|
# 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('python@2.7:2.8,3.3:', type=('build', 'run'))
|
||||||
|
depends_on('py-setuptools', type='build')
|
||||||
|
Reference in New Issue
Block a user