diff --git a/scripts/ci/create_opam_repository.tezos_deps.sh b/scripts/ci/create_opam_repository.tezos_deps.sh index 5f2d3abef..c19469757 100755 --- a/scripts/ci/create_opam_repository.tezos_deps.sh +++ b/scripts/ci/create_opam_repository.tezos_deps.sh @@ -48,7 +48,7 @@ done # Hack: it loks like there is too many cycle in the opam-repository, # when using `opam-bundle --with-test --with-doc`, so we manually # inline some of the test and doc dependencies. -extra_packages="depext alcotest-lwt ocp-indent odoc" +extra_packages="depext alcotest-lwt ocp-indent odoc ounit" if ! [ -f "$build_dir"/opam-repository-master.tgz ]; then echo