Skip to content

Commit a4141f5

Browse files
authored
opam: add missing dependencies (#6248)
These were added for the SMAPIv3-inbound VM migrations
2 parents 0e99836 + f2a9445 commit a4141f5

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
xapi-stdext-pervasives
272272
xapi-stdext-unix
273273
xen-api-client
274+
xen-api-client-lwt
274275
xenctrl
275276
xenstore_transport
276277
xmlm
@@ -396,6 +397,7 @@
396397
(xapi-tracing (= :version))
397398
(xapi-tracing-export (= :version))
398399
(xapi-types (= :version))
400+
(xen-api-client-lwt (= :version))
399401
xenctrl ; for quicktest
400402
xenstore_transport
401403
xmlm

xapi-debug.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ depends: [
5858
"xapi-stdext-pervasives"
5959
"xapi-stdext-unix"
6060
"xen-api-client"
61+
"xen-api-client-lwt"
6162
"xenctrl"
6263
"xenstore_transport"
6364
"xmlm"

xapi.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ depends: [
8686
"xapi-tracing" {= version}
8787
"xapi-tracing-export" {= version}
8888
"xapi-types" {= version}
89+
"xen-api-client-lwt" {= version}
8990
"xenctrl"
9091
"xenstore_transport"
9192
"xmlm"

0 commit comments

Comments
 (0)