Skip to content
Snippets Groups Projects
Commit 97b06232 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add pip constraint for Ubuntu 18

parent 6c4b57fb
No related branches found
No related tags found
No related merge requests found
Pipeline #1066743 passed
......@@ -40,6 +40,8 @@ def main():
constraints['requests'] = '2.15.1'
constraints['ruamel.yaml'] = '0.17.21'
constraints['setuptools'] = '49.0.0'
if lsb_release == '18':
constraints['ruamel.yaml'] = '0.17.21'
result = []
changed = (lsb_release == '16') or (lsb_release == '18') or (lsb_release == '20') or (lsb_release == '22')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment