Olaf Hering 2020-02-21 11:53:57 +00:00 committed by Git OBS Bridge
parent 5edb0d7334
commit f08b861eb1

View File

@ -58,7 +58,7 @@ Development files needed for application based on %{name}.
%autosetup -p1
%build
dune_release_pkgs=',ounit,ounit2'
dune_release_pkgs='ounit,ounit2'
%if %{with ocaml_lwt}
dune_release_pkgs="${dune_release_pkgs},ounit-lwt,ounit2-lwt"
%endif