From 92728bf1771d46f4d0d5a562215f896c70362132 Mon Sep 17 00:00:00 2001 From: Steffen Grunewald <steffen.grunewald@ligo.org> Date: Mon, 1 Mar 2021 05:59:01 -0600 Subject: [PATCH] Update control.in to fix broken install dep. (Is this one explicitly needed?) --- gstlal-burst/debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-burst/debian/control.in b/gstlal-burst/debian/control.in index 40ca1b403f..7e8a272232 100644 --- a/gstlal-burst/debian/control.in +++ b/gstlal-burst/debian/control.in @@ -23,7 +23,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3 (>= @MIN_PYTHON_VERSION@), python3-glue (>= @MIN_GLUE_VERSION@), python3-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@), - python3-gobject, + python3-gi, python3-numpy, python3-scipy, lal (>= @MIN_LAL_VERSION@), -- GitLab