From 897cd340d8e42308980c53ba554cddd995f69df5 Mon Sep 17 00:00:00 2001 From: Justin S <3630356+codeandkey@users.noreply.github.com> Date: Mon, 8 Jul 2019 14:01:17 -0500 Subject: r-graph: update R constraint to reflect DESCRIPTION (#11934) --- var/spack/repos/builtin/packages/r-graph/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/r-graph/package.py b/var/spack/repos/builtin/packages/r-graph/package.py index eada77f40a..b962eb198e 100644 --- a/var/spack/repos/builtin/packages/r-graph/package.py +++ b/var/spack/repos/builtin/packages/r-graph/package.py @@ -14,5 +14,5 @@ class RGraph(RPackage): version('1.54.0', commit='2a8b08520096241620421078fc1098f4569c7301') - depends_on('r@3.4.0:3.4.9', when='@1.54.0') + depends_on('r@2.10:', type=('build', 'run'), when='@1.54.0') depends_on('r-biocgenerics', type=('build', 'run')) -- cgit v1.2.3-60-g2f50