albacore requires setuptools as build and run requirement (#4255)
This commit is contained in:
parent
9f6c166f2f
commit
fbc9d5a634
@ -39,7 +39,7 @@ class OntAlbacore(Package):
|
||||
extends('python')
|
||||
|
||||
depends_on('python@3.5.0:3.5.999', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type=('build'))
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
||||
depends_on('py-numpy', type=('build', 'run'))
|
||||
depends_on('py-dateutil', type=('build', 'run'))
|
||||
depends_on('py-h5py', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user