From c2be5372bd1fc6db7fa71c1247158f97ada228e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= <git@apitzsch.eu>
Date: Thu, 21 Mar 2019 00:29:00 +0100
Subject: [PATCH] Flatpak: Fix cryptography build

---
 flatpak/org.gajim.Gajim.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flatpak/org.gajim.Gajim.yaml b/flatpak/org.gajim.Gajim.yaml
index f11141b720..4cceaa0e6d 100644
--- a/flatpak/org.gajim.Gajim.yaml
+++ b/flatpak/org.gajim.Gajim.yaml
@@ -88,7 +88,7 @@ modules:
   - name: python3-cryptography
     buildsystem: simple
     build-commands:
-      - pip3 install --prefix=/app .
+      - python3 setup.py install --prefix=/app
     sources:
       - type: archive
         url: https://files.pythonhosted.org/packages/07/ca/bc827c5e55918ad223d59d299fff92f3563476c3b00d0a9157d9c0217449/cryptography-2.6.1.tar.gz
-- 
GitLab