From dd2240673087ca04318072bcaead1423ed15e5c3 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Wed, 2 Oct 2024 14:28:40 +0100 Subject: [PATCH] opam: add missing dependencies Signed-off-by: Pau Ruiz Safont --- dune-project | 7 +++++++ xapi-debug.opam | 5 +++++ xapi-stdext-unix.opam | 1 + xapi-tools.opam | 1 + 4 files changed, 14 insertions(+) diff --git a/dune-project b/dune-project index ddcceb428f4..36e6e4e5766 100644 --- a/dune-project +++ b/dune-project @@ -270,6 +270,11 @@ uutf x509 xapi-backtrace + xapi-log + xapi-types + xapi-stdext-pervasives + xapi-stdext-unix + xen-api-client xenctrl xenstore_transport xmlm @@ -305,6 +310,7 @@ ; because it is not in xs-opam yet rrd-transport xapi-tracing-export + xen-api-client (alcotest :with-test) (ppx_deriving_rpc :with-test) (qcheck-core :with-test) @@ -712,6 +718,7 @@ This package provides an Lwt compatible interface to the library.") astring base-unix (bisect_ppx :with-test) + (clock (and (= :version) :with-test)) (fd-send-recv (>= 2.0.0)) fmt integers diff --git a/xapi-debug.opam b/xapi-debug.opam index 5073a267be2..025e969e140 100644 --- a/xapi-debug.opam +++ b/xapi-debug.opam @@ -53,6 +53,11 @@ depends: [ "uutf" "x509" "xapi-backtrace" + "xapi-log" + "xapi-types" + "xapi-stdext-pervasives" + "xapi-stdext-unix" + "xen-api-client" "xenctrl" "xenstore_transport" "xmlm" diff --git a/xapi-stdext-unix.opam b/xapi-stdext-unix.opam index 41760ac6a8e..e41eefb9efa 100644 --- a/xapi-stdext-unix.opam +++ b/xapi-stdext-unix.opam @@ -13,6 +13,7 @@ depends: [ "astring" "base-unix" "bisect_ppx" {with-test} + "clock" {= version & with-test} "fd-send-recv" {>= "2.0.0"} "fmt" "integers" diff --git a/xapi-tools.opam b/xapi-tools.opam index 96b494cef2d..852102302dd 100644 --- a/xapi-tools.opam +++ b/xapi-tools.opam @@ -29,6 +29,7 @@ depends: [ "yojson" "rrd-transport" "xapi-tracing-export" + "xen-api-client" "alcotest" {with-test} "ppx_deriving_rpc" {with-test} "qcheck-core" {with-test}