From 712d467af77654ca1f16ec7eaa612d327c32ed18 Mon Sep 17 00:00:00 2001 From: Kipp Cannon <kipp.cannon@ligo.org> Date: Fri, 28 Sep 2018 14:06:44 +0900 Subject: [PATCH] gstlal: lower python-gi-dev min version to 3.14 - this is a lie, we require 3.28, but it's not available and we can limp along with work-arounds until it is. 3.14 is what's in the current Debian LDG reference OS, so that's what we'll say we need. --- gstlal/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal/configure.ac b/gstlal/configure.ac index 1355ef2349..21988830a7 100644 --- a/gstlal/configure.ac +++ b/gstlal/configure.ac @@ -257,7 +257,7 @@ to your GI_TYPELIB_PATH environment variable.]) # FIXME: we really require 3.28 for element support, but not yet available on reference platform -AC_SUBST([MIN_PYGOBJECT_VERSION], [3.22]) +AC_SUBST([MIN_PYGOBJECT_VERSION], [3.14]) PKG_CHECK_MODULES([PYGOBJECT], [pygobject-3.0 gmodule-2.0]) AC_SUBST([PYGOBJECT_CFLAGS]) AC_SUBST([PYGOBJECT_LIBS]) -- GitLab