Skip to content

Commit

Permalink
Fix pycairo being installed in runtime and SDK containers
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Sep 2, 2024
1 parent 7436f42 commit f5d9ec0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docs.gtk.org/gtk3/running.html#interactive-debugging>`_.
Expand Down
33 changes: 0 additions & 33 deletions pypi-dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5d9ec0

Please sign in to comment.