From cf5d86498907838c2c70022a236591891153980a Mon Sep 17 00:00:00 2001
From: Patrick Godwin <patrick.godwin@ligo.org>
Date: Fri, 1 Mar 2019 11:48:39 -0800
Subject: [PATCH] gstlal-burst/configure.ac: remove pygobject3 requirement

---
 gstlal-burst/configure.ac | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gstlal-burst/configure.ac b/gstlal-burst/configure.ac
index f8930e39ea..b337a0a9be 100644
--- a/gstlal-burst/configure.ac
+++ b/gstlal-burst/configure.ac
@@ -216,16 +216,6 @@ to your GI_TYPELIB_PATH environment variable.])
 ])
 
 
-#
-# Check for PyGObject
-#
-
-
-PKG_CHECK_MODULES([pygobject], [pygobject-3.0])
-AC_SUBST([pygobject_CFLAGS])
-AC_SUBST([pygobject_LIBS])
-
-
 #
 # Check for NumPy
 #
-- 
GitLab