From 171928ddc6a81cdd81836052e8b01bd4fa4e6b6f Mon Sep 17 00:00:00 2001
From: Aaron Viets <aaron.viets@ligo.org>
Date: Tue, 18 Sep 2018 13:48:57 -0700
Subject: [PATCH] gstlal-calibration:  Remove pylal dependency

---
 gstlal-calibration/configure.ac               | 4 +---
 gstlal-calibration/gstlal-calibration.spec.in | 1 -
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/gstlal-calibration/configure.ac b/gstlal-calibration/configure.ac
index a13c8f4cc5..d94b35cb2a 100644
--- a/gstlal-calibration/configure.ac
+++ b/gstlal-calibration/configure.ac
@@ -225,14 +225,12 @@ AC_SUBST([LAL_LIBS])
 
 
 #
-# Check for glue and pylal
+# Check for glue
 #
 
 
 AC_SUBST([MIN_GLUE_VERSION], [1.50])
-AC_SUBST([MIN_PYLAL_VERSION], [0.9.0])
 AX_PYTHON_GLUE()
-AX_PYTHON_PYLAL()
 
 
 #
diff --git a/gstlal-calibration/gstlal-calibration.spec.in b/gstlal-calibration/gstlal-calibration.spec.in
index 6638a7eb25..a4fc625cc4 100644
--- a/gstlal-calibration/gstlal-calibration.spec.in
+++ b/gstlal-calibration/gstlal-calibration.spec.in
@@ -12,7 +12,6 @@ Requires: gstlal-ugly >= @MIN_GSTLALUGLY_VERSION@
 Requires: python >= @MIN_PYTHON_VERSION@
 Requires: glue >= @MIN_GLUE_VERSION@
 Requires: glue-segments >= @MIN_GLUE_VERSION@
-Requires: python-pylal >= @MIN_PYLAL_VERSION@
 Requires: %{gstreamername} >= @MIN_GSTREAMER_VERSION@
 Requires: %{gstreamername}-plugins-base >= @MIN_GSTREAMER_VERSION@
 Requires: %{gstreamername}-plugins-good >= @MIN_GSTREAMER_VERSION@
-- 
GitLab