From f5d9ec0c5baf2b41a06c8838d6cc95fd89edeee6 Mon Sep 17 00:00:00 2001 From: Matthias Meulien Date: Mon, 2 Sep 2024 22:54:17 +0200 Subject: [PATCH] Fix pycairo being installed in runtime and SDK containers --- CONTRIBUTING.rst | 2 +- pypi-dependencies.json | 33 --------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 32ba303..1c22695 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -36,7 +36,7 @@ One can run a shell in sandbox and call the application through ``pdb``:: $ flatpak run --devel --command=sh io.github.orontee.Argos - [📦 io.github.orontee.Argos ~]$ python3 -m pdb /app/bin/argos --debug + [📦 io.github.orontee.Argos ~]$ G_MESSAGES_DEBUG=all python3 -m pdb /app/bin/argos --debug It's also worth reading `GTK documentation on interactive debugging `_. diff --git a/pypi-dependencies.json b/pypi-dependencies.json index 0d49f3c..af7a7bf 100644 --- a/pypi-dependencies.json +++ b/pypi-dependencies.json @@ -253,39 +253,6 @@ } ] }, - { - "name": "python3-pycairo", - "buildsystem": "simple", - "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pycairo==1.26.0\" --no-build-isolation" - ], - "sources": [ - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/1c/41/91955188e97c7b85fbaac6bbf4e33de028899e0aa31bdce99b1afe2eeb17/pycairo-1.26.0.tar.gz", - "sha256": "2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb" - } - ] - }, - { - "name": "python3-pygobject", - "buildsystem": "simple", - "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pygobject==3.46.0\" --no-build-isolation" - ], - "sources": [ - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/1c/41/91955188e97c7b85fbaac6bbf4e33de028899e0aa31bdce99b1afe2eeb17/pycairo-1.26.0.tar.gz", - "sha256": "2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb" - }, - { - "type": "file", - "url": "https://files.pythonhosted.org/packages/ac/4a/f24ddf1d20cc4b56affc7921e29928559a06c922eb60077448392792b914/PyGObject-3.46.0.tar.gz", - "sha256": "481437b05af0a66b7c366ea052710eb3aacbb979d22d30b797f7ec29347ab1e6" - } - ] - }, { "name": "python3-pyxdg", "buildsystem": "simple",