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

@@ -48,5 +48,4 @@ class PyMarkdown(PythonPackage):
version('2.5.1', 'be6f6ba65a8fb843d2aaf1fcdd68c755')
version('2.5', '8393ceab9c6e33357fb8a7be063a4849')
depends_on('py-setuptools', type='build')
depends_on('python@2.7:2.8,3.2:3.4')