Skip to content
Snippets Groups Projects
Commit 2ed3660d authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal: add gwdatafind dep to spec/control files

parent e456f254
No related branches found
No related tags found
1 merge request!41DAG Workflow Overhaul + OSG DAG support
Pipeline #264506 canceled
......@@ -333,6 +333,7 @@ AC_SUBST([MIN_LIGO_SEGMENTS_VERSION], [1.2.0])
AX_PYTHON_LIGO_SEGMENTS([$MIN_LIGO_SEGMENTS_VERSION])
AC_SUBST([MIN_LIGO_LW_VERSION], [1.7.0])
AX_PYTHON_LIGO_LW([$MIN_LIGO_LW_VERSION])
AC_SUBST([MIN_GWDATAFIND_VERSION], [1.0.4])
#
......
......@@ -64,6 +64,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python3-avahi,
python3-gi (>= @MIN_PYGOBJECT_VERSION@),
python3-gst-1.0,
python3-gwdatafind (>= @MIN_GWDATAFIND_VERSION@),
python3-lal (>= @MIN_LAL_VERSION@),
python3-ligo-lw (>= @MIN_LIGO_LW_VERSION@),
python3-ligo-segments (>= @MIN_LIGO_SEGMENTS_VERSION@),
......
......@@ -42,6 +42,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}-gwdatafind >= @MIN_GWDATAFIND_VERSION@
Requires: python%{python3_pkgversion}-lal >= @MIN_LAL_VERSION@
Requires: python%{python3_pkgversion}-ligo-lw >= @MIN_LIGO_LW_VERSION@
Requires: python%{python3_pkgversion}-ligo-segments >= @MIN_LIGO_SEGMENTS_VERSION@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment