Make sure sio library is properly propagated (#20940)

This commit is contained in:
Thomas Madlener 2021-01-19 05:52:27 +01:00 committed by GitHub
parent fe32d256d2
commit d1174bd40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ class Podio(CMakePackage):
depends_on('python', type=('build', 'run'))
depends_on('py-pyyaml', type=('build', 'run'))
depends_on('py-jinja2@2.10.1:', type=('build', 'run'), when='@0.12.0:')
depends_on('sio', type=('build', 'run'), when='+sio')
depends_on('sio', type=('build', 'link'), when='+sio')
conflicts('+sio', when='@:0.12', msg='sio support requires at least podio@0.13')