From a46b22ba3a8c4d3ae4a27dbc706f3aa4fbb5fee9 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Tue, 24 Sep 2024 17:53:58 +0530 Subject: [PATCH] Use ignore-installed in pygobject as this is available via runtime now --- flat-manager-client-deps.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/flat-manager-client-deps.json b/flat-manager-client-deps.json index c84e0b7..a129287 100644 --- a/flat-manager-client-deps.json +++ b/flat-manager-client-deps.json @@ -81,20 +81,6 @@ } ] }, - { - "name": "python3-pycairo", - "buildsystem": "simple", - "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pycairo\" --no-build-isolation" - ], - "sources": [ - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/19/4f/0d48a017090d4527e921d6892bc550ae869902e67859fc960f8fe63a9094/pycairo-1.26.1.tar.gz", - "sha256": "a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430" - } - ] - }, { "name": "python3-meson-python", "buildsystem": "simple", @@ -123,9 +109,14 @@ "name": "python3-PyGObject", "buildsystem": "simple", "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"PyGObject\" --no-build-isolation" + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"PyGObject==3.48.2\" --no-build-isolation --ignore-installed" ], "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/19/4f/0d48a017090d4527e921d6892bc550ae869902e67859fc960f8fe63a9094/pycairo-1.26.1.tar.gz", + "sha256": "a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430" + }, { "type": "file", "url": "https://files.pythonhosted.org/packages/f9/9e/6bab1ed3bd878f0912d9a0600c21f3d88bab0e8a8d4c3ce50f5cf336faaf/pygobject-3.48.2.tar.gz",