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
@@ -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')
|
||||
|
Reference in New Issue
Block a user