Fix setuptools handling in Python packages.
- add setuptools dependencies to packages that need it. - remove setuptools from packages that do not need it.
This commit is contained in:

committed by
Todd Gamblin

parent
9f0b94b4e1
commit
8b92908ab4
@@ -33,6 +33,5 @@ class PyTerminado(PythonPackage):
|
||||
|
||||
version('0.6', '5b6c65da27fe1ed07a9f80f0588cdaba')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-tornado@4:', type=('build', 'run'))
|
||||
depends_on('py-ptyprocess', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user