From dc5000a76e5d25d66349b4ee03cbe25f8a187a17 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 19 Jul 2015 23:07:16 -0300 Subject: gobject-introspection: Fix build with python 3 as default version --- gnome2-libs/gobject-introspection/DEPENDS | 2 +- gnome2-libs/gobject-introspection/HISTORY | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome2-libs/gobject-introspection/DEPENDS b/gnome2-libs/gobject-introspection/DEPENDS index efb4c4a60f..9caf2a94e2 100755 --- a/gnome2-libs/gobject-introspection/DEPENDS +++ b/gnome2-libs/gobject-introspection/DEPENDS @@ -1,4 +1,4 @@ depends glib2 && -depends python && +depends python "PYTHON=/usr/bin/python2" && depends libffi && depends cairo diff --git a/gnome2-libs/gobject-introspection/HISTORY b/gnome2-libs/gobject-introspection/HISTORY index a2369a9cdc..6d49feea80 100644 --- a/gnome2-libs/gobject-introspection/HISTORY +++ b/gnome2-libs/gobject-introspection/HISTORY @@ -4,6 +4,7 @@ * DETAILS: fixed WEB_SITE updated spell to 1.44.0 (stable) updated spell to 1.45.3 (devel) + * DEPENDS: Fixed build with python 3 as default version 2014-01-03 Ladislav Hagara * DETAILS: 1.42.0 -- cgit v1.2.3