[gnome-continuous] Explicitly use python3 with dbus-python



commit a15c63a84cc313ed1b81ad7628687e0fd1573e07
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Feb 19 12:33:27 2016 +0000

    Explicitly use python3 with dbus-python
    
    There's no --with-python configure switch, so we need to use the
    variable and pass it to the configure script.

 manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 25f911e..1b0ea49 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1390,7 +1390,7 @@
                 {"src": "tarball:https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.0.tar.gz";,
                  "name": "dbus-python",
                  "checksum": "e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df",
-                 "config-opts": ["--disable-html-docs", "--disable-api-docs"]},
+                 "config-opts": ["PYTHON=python3", "--disable-html-docs", "--disable-api-docs"]},
 
                 {"src": "tarball:https://pypi.python.org/packages/source/r/requests/requests-2.9.1.tar.gz";,
                  "name": "python-requests",


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