Package cube has very tight dependencies on cubelib (#23395)

This commit is contained in:
Olivier Cessenat 2021-05-03 22:47:41 +02:00 committed by GitHub
parent c4c090ab65
commit 6ded2c38d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,11 @@ class Cube(AutotoolsPackage):
depends_on('cubelib@4.6', when='@4.6')
depends_on('cubelib@4.5', when='@4.5')
depends_on('cubelib@4.4:4.4.99', when='@4.4')
# There is a backwards dependency in series 4
depends_on('cubelib@4.4:4.4.4', when='@4.4.4')
depends_on('cubelib@4.4:4.4.3', when='@4.4.3')
depends_on('cubelib@4.4:4.4.2', when='@4.4.2')
depends_on('cubelib@4.4', when='@4.4')
depends_on('pkgconfig', type='build')
depends_on('dbus')