Skip to content
Snippets Groups Projects
Commit 1fe76708 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add constraint for pip PyGObject

parent d84628ca
No related branches found
No related tags found
No related merge requests found
Pipeline #1434994 passed
......@@ -31,7 +31,8 @@ def main():
'msgpack': '1.0.7',
'requests': '2.31.0',#https://github.com/docker/docker-py/issues/3256
'cloudflare': '2.20.0',# Certbot fails with 3.0.1
'certbot-dns-cloudflare': '2.10.0'# Certbot fails with 3.0.1
'certbot-dns-cloudflare': '2.10.0',# Certbot fails with 3.0.1
'PyGObject': '3.50.0'# Doesn't update on ubuntu 22 for missing dependency girepository-2.0
}
mode = module.params['mode']
executable = module.params['executable']
......
Subproject commit f1e98ef97fc795f6c16d50351b3a0448f8c96e47
Subproject commit 98fd087f662385ebce678a016878eeb2b065d2b3
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