summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-05-15 15:57:21 -0500
committerGitHub <noreply@github.com>2017-05-15 15:57:21 -0500
commitfbc9d5a634751cc65cd3f7b4941db15b2e8deb5b (patch)
tree9023de45ed890bd385b48e493ef33d79308ebf33 /var
parent9f6c166f2fe5f9318da6a423666b9d857a47fa86 (diff)
downloadspack-fbc9d5a634751cc65cd3f7b4941db15b2e8deb5b.tar.gz
spack-fbc9d5a634751cc65cd3f7b4941db15b2e8deb5b.tar.bz2
spack-fbc9d5a634751cc65cd3f7b4941db15b2e8deb5b.tar.xz
spack-fbc9d5a634751cc65cd3f7b4941db15b2e8deb5b.zip
albacore requires setuptools as build and run requirement (#4255)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/ont-albacore/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/ont-albacore/package.py b/var/spack/repos/builtin/packages/ont-albacore/package.py
index a9b6ea0661..c4ec25d62a 100644
--- a/var/spack/repos/builtin/packages/ont-albacore/package.py
+++ b/var/spack/repos/builtin/packages/ont-albacore/package.py
@@ -38,13 +38,13 @@ class OntAlbacore(Package):
version('1.1.0', 'fab4502ea1bad99d813aa2629e03e83d', expand=False)
extends('python')
- depends_on('python@3.5.0:3.5.999', type=('build', 'run'))
- depends_on('py-setuptools', type=('build'))
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-dateutil', type=('build', 'run'))
- depends_on('py-h5py', type=('build', 'run'))
- depends_on('py-ont-fast5-api', type=('build', 'run'))
- depends_on('py-pip', type=('build'))
+ depends_on('python@3.5.0:3.5.999', type=('build', 'run'))
+ 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'))
+ depends_on('py-ont-fast5-api', type=('build', 'run'))
+ depends_on('py-pip', type=('build'))
def install(self, spec, prefix):
pip = which('pip')