André pushed to branch master at gajim / gajim
Commits:
407861a4 by André Apitzsch at 2022-03-25T18:14:56+01:00
Flatpak: Add sentry-sdk dependency
- - - - -
1 changed file:
- flatpak/org.gajim.Gajim.yaml
Changes:
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -283,6 +283,34 @@ modules:
url:
https://files.pythonhosted.org/packages/source/p/pillow/Pillow-9.0.1.tar.gz
sha256:
6c8bc8238a7dfdaf7a75f5ec5a663f4173f8c367e5a39f87e720495e1eed75fa
+ # sentry-sdk dependency
+ - name: python3-urllib3
+ buildsystem: simple
+ build-commands:
+ - pip3 install urllib3-1.26.9-py2.py3-none-any.whl
+ sources:
+ - type: file
+ url:
https://files.pythonhosted.org/packages/py2.py3/u/urllib3/urllib3-1.26.9-py2.py3-none-any.whl
+ sha256:
44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14
+
+ - name: python3-certifi
+ buildsystem: simple
+ build-commands:
+ - pip3 install certifi-2021.10.8-py2.py3-none-any.whl
+ sources:
+ - type: file
+ url:
https://files.pythonhosted.org/packages/py2.py3/c/certifi/certifi-2021.10.8-py2.py3-none-any.whl
+ sha256:
d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569
+
+ - name: python3-sentry-sdk
+ buildsystem: simple
+ build-commands:
+ - pip3 install sentry_sdk-1.5.8-py2.py3-none-any.whl
+ sources:
+ - type: file
+ url:
https://files.pythonhosted.org/packages/py2.py3/s/sentry_sdk/sentry_sdk-1.5.8-py2.py3-none-any.whl
+ sha256:
32af1a57954576709242beb8c373b3dbde346ac6bd616921def29d68846fb8c3
+
- name: python3-nbxmpp
buildsystem: simple
build-commands:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/407861a4db63af341fc686d3458de18e21f885e7
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/407861a4db63af341fc686d3458de18e21f885e7
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits