[gnome-continuous] manifest: compile NetworkManager with python3



commit 5cc98355752fa4f66b7dffd1fb10f2e02ceafaa4
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Feb 13 01:54:00 2017 +0000

    manifest: compile NetworkManager with python3

 manifest.json |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index f771a8c..368deb7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -560,10 +560,11 @@
                                 "--disable-more-warnings"]},
 
                {"src": "gnome:pygobject",
-                "config-opts": ["--with-python=python2"]},
+                "config-opts": ["--with-python=python3"]},
 
                {"src": "fd-NM:NetworkManager",
-                "config-opts": ["--with-dhclient=yes",
+                "config-opts": ["PYTHON=python3",
+                                "--with-dhclient=yes",
                                 "--with-session-tracking=systemd",
                                 "--with-crypto=nss",
                                 "--disable-doc",
@@ -1097,10 +1098,6 @@
                 {"src": "fd:pycairo",
                  "patches": ["pycairo-buildsys.patch"]},
 
-               {"src": "gnome:pygobject",
-                "name": "pygobject3",
-                "config-opts": ["--with-python=python3"]},
-
                {"src": "gnome:pyatspi2",
                 "config-opts": ["--with-python=python3"]},
 


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