From 6985da75b468bb99ae0585b12127bdda88f3e966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Wed, 6 Jun 2018 00:19:06 +0200 Subject: [PATCH] Flatpak: fix dbus build after package update only python2 version was build --- org.gajim.Gajim.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.gajim.Gajim.json b/org.gajim.Gajim.json index 5ed87dd4d..ce75c3142 100644 --- 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",