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:
parent
63e172d2ac
commit
7bd8689f06
@ -92,7 +92,7 @@ class Openspeedshop(CMakePackage):
|
||||
depends_on("dyninst@10:", when='@2.3.1.3:9999')
|
||||
|
||||
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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user