openss package: allow all 2.7.x versions (#10807)

Originally the version constraint range had an upper bound of 2.7.15
This allows all 2.7.x versions
This commit is contained in:
Gregory Lee 2019-03-05 15:14:32 -08:00 committed by Peter Scheibel
parent 63e172d2ac
commit 7bd8689f06

View File

@ -92,7 +92,7 @@ class Openspeedshop(CMakePackage):
depends_on("dyninst@10:", when='@2.3.1.3:9999') depends_on("dyninst@10:", when='@2.3.1.3:9999')
depends_on("python", when='@develop', type=('build', 'run')) depends_on("python", when='@develop', type=('build', 'run'))
depends_on("python@2.7.14:2.7.15", when='@2.3.1.3:9999', type=('build', 'run')) depends_on("python@2.7.14:2.7.99", when='@2.3.1.3:9999', type=('build', 'run'))
depends_on("libxml2") depends_on("libxml2")