From 9637ebfeb1007164d5884f6fd631fe6142d9b4a5 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Tue, 17 Sep 2024 10:02:40 +0100 Subject: [PATCH] opam: declare missing dependencies clock now uses xapi-log, so it needs to have the dependency declared in opam Signed-off-by: Pau Ruiz Safont --- clock.opam | 1 + dune-project | 1 + 2 files changed, 2 insertions(+) diff --git a/clock.opam b/clock.opam index 45b4fd162c2..73192316295 100644 --- a/clock.opam +++ b/clock.opam @@ -13,6 +13,7 @@ depends: [ "astring" "mtime" "ptime" + "xapi-log" {= version} "qcheck-core" {with-test} "qcheck-alcotest" {with-test} "odoc" {with-doc} diff --git a/dune-project b/dune-project index 88080ce624c..94a885046a7 100644 --- a/dune-project +++ b/dune-project @@ -29,6 +29,7 @@ astring mtime ptime + (xapi-log (= :version)) (qcheck-core :with-test) (qcheck-alcotest :with-test) )