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
@@ -37,6 +37,7 @@ class PyAstropy(PythonPackage):
|
||||
version('1.1.post1', 'b52919f657a37d45cc45f5cb0f58c44d')
|
||||
|
||||
# Required dependencies
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-numpy', type=('build', 'run'))
|
||||
|
||||
# Optional dependencies
|
||||
|
Reference in New Issue
Block a user