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:
Paul Hopkins
2017-04-03 10:23:10 +01:00
committed by Todd Gamblin
parent 9f0b94b4e1
commit 8b92908ab4
12 changed files with 8 additions and 5 deletions

View File

@@ -35,6 +35,5 @@ class PyJoblib(PythonPackage):
version('0.10.2', 'ebb42af4342c2445b175f86bd478d869')
version('0.10.0', '61e40322c4fed5c22905f67d7d1aa557')
depends_on('py-setuptools', type='build')
# for testing
# depends_on('py-nose', type=('build', 'run'))