From b58546095164c2902df9c516b1d6e7578bda5512 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Fri, 14 Mar 2025 13:07:09 +0100 Subject: [PATCH] Lowercase constraint for pip PyGObject --- plugins/_module/pip_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/_module/pip_update.py b/plugins/_module/pip_update.py index f7d404f..caf1a97 100755 --- a/plugins/_module/pip_update.py +++ b/plugins/_module/pip_update.py @@ -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'] -- GitLab