Fix py-scientificpython and py-argcomplete dependencies (#2420)

* add missing py-numpy dependency to scipy

* add missing setuptools build dependency to py-argcomplete
This commit is contained in:
hegner 2016-12-01 23:34:07 +01:00 committed by becker33
parent c6e2d9c1b0
commit 8dae60c5f0
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class PyArgcomplete(Package):
version('1.1.1', '89a3839096c9f991ad33828e72d21abf')
depends_on('py-setuptools', type='build')
extends('python')
def install(self, spec, prefix):

View File

@ -35,6 +35,8 @@ class PyScientificpython(Package):
url = "https://sourcesup.renater.fr/frs/download.php/file/4411/ScientificPython-2.8.1.tar.gz"
version('2.8.1', '73ee0df19c7b58cdf2954261f0763c77')
depends_on('py-numpy')
extends('python')
def install(self, spec, prefix):