Skip to content
Snippets Groups Projects
Commit 73ef09d3 authored by Patrick Godwin's avatar Patrick Godwin Committed by ChiWai Chan
Browse files

add jinja2 dependency for workflow template generation

parent d4b33619
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !114. Comments created here will be created in the context of that merge request.
......@@ -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@),
......
......@@ -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
......
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