From 5c36ea55b75829d579182708f7f4544866abe3e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Apr 2020 14:55:11 -0400 Subject: [PATCH] libgda: add explicit python_version --- srcpkgs/libgda/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libgda/template b/srcpkgs/libgda/template index 1b8e49c63bd..cc74d916644 100644 --- a/srcpkgs/libgda/template +++ b/srcpkgs/libgda/template @@ -18,6 +18,7 @@ license="GPL-2.0-only" homepage="http://www.gnome-db.org/" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=59caed8ca72b1ac6437c9844f0677f8a296d52cfd1c0049116026abfb1d87d9b +python_version=2 #unverified if [ "$CROSS_BUILD" ]; then configure_args+=" --disable-binreloc"