[seahorse/bilelmoussaoui/flatpak-intltool] Flatpak: libpwquality, don't build python bindings



commit f4c3086bc30448e13a78c2c4d87ba45deabe17e2
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sat Sep 7 00:03:39 2019 +0000

    Flatpak: libpwquality, don't build python bindings
    
    We don't need python bindings here. It fails as it defaults to python2 which got removed too.

 build-aux/org.gnome.Seahorse.json | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/build-aux/org.gnome.Seahorse.json b/build-aux/org.gnome.Seahorse.json
index 068c2ea7..527cbc0b 100644
--- a/build-aux/org.gnome.Seahorse.json
+++ b/build-aux/org.gnome.Seahorse.json
@@ -112,6 +112,9 @@
         },
         {
             "name": "libpwquality",
+            "config-opts": [
+                "--enable-python-bindings=no"  
+            ],
             "sources": [
                 {
                     "type": "archive",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]