From 73ef09d3ced103a1bfe02d04cb7f09ee677a75ac Mon Sep 17 00:00:00 2001
From: "patrick.godwin" <patrick.godwin@ligo.org>
Date: Tue, 26 Oct 2021 13:40:14 -0400
Subject: [PATCH] add jinja2 dependency for workflow template generation

---
 gstlal/debian/control.in | 1 +
 gstlal/gstlal.spec.in    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gstlal/debian/control.in b/gstlal/debian/control.in
index 2146a9046c..f7b1bd9ece 100644
--- a/gstlal/debian/control.in
+++ b/gstlal/debian/control.in
@@ -66,6 +66,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python3-gst-1.0,
  python3-dqsegdb2 (>= @MIN_DQSEGDB2_VERSION@),
  python3-gwdatafind (>= @MIN_GWDATAFIND_VERSION@),
+ python3-jinja2,
  python3-lal (>= @MIN_LAL_VERSION@),
  python3-ligo-lw (>= @MIN_LIGO_LW_VERSION@),
  python3-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
diff --git a/gstlal/gstlal.spec.in b/gstlal/gstlal.spec.in
index 1ac89ce869..d06964cb46 100644
--- a/gstlal/gstlal.spec.in
+++ b/gstlal/gstlal.spec.in
@@ -47,6 +47,7 @@ Requires: python%{python3_pkgversion} >= @MIN_PYTHON_VERSION@
 Requires: python%{python3_pkgversion}-dataclasses
 Requires: python%{python3_pkgversion}-%{gstreamername}
 Requires: python%{python3_pkgversion}-gobject >= @MIN_PYGOBJECT_VERSION@
+Requires: python%{python3_pkgversion}-jinja2
 Requires: python%{python3_pkgversion}-numpy >= @MIN_NUMPY_VERSION@
 Requires: python%{python3_pkgversion}-pluggy >= @MIN_PLUGGY_VERSION@
 Requires: python%{python3_pkgversion}-scipy
-- 
GitLab