Philipp Hörist pushed to branch master at gajim / gajim

Commits:
6985da75 by André Apitzsch at 2018-06-06T00:19:06+02:00
Flatpak: fix dbus build

after package update only python2 version was build

- - - - -


1 changed file:

- org.gajim.Gajim.json


Changes:

=====================================
org.gajim.Gajim.json
=====================================
--- a/org.gajim.Gajim.json
+++ b/org.gajim.Gajim.json
@@ -215,6 +215,11 @@
         },
         {
             "name": "python3-dbus-python",
+            "build-options": {
+                "env": {
+                    "PYTHON_VERSION": "3"
+                }
+            },
             "sources": [
                 {
                     "type": "archive",



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/6985da75b468bb99ae0585b12127bdda88f3e966

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/6985da75b468bb99ae0585b12127bdda88f3e966
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to