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

Lowercase constraint for pip PyGObject

parent 1fe76708
No related branches found
No related tags found
No related merge requests found
Pipeline #1435051 passed
......@@ -32,7 +32,7 @@ def main():
'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
'PyGObject': '3.50.0'# Doesn't update on ubuntu 22 for missing dependency girepository-2.0
'pygobject': '3.50.0'# Doesn't update on ubuntu 22 for missing dependency girepository-2.0
}
mode = module.params['mode']
executable = module.params['executable']
......
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