Skip to content

Commit d1beba5

Browse files
committed
dune-project: Add conf-qemu-img dependency to vhd-tool and xapi
Signed-off-by: Andrii Sultanov <andriy.sultanov@vates.tech>
1 parent 829c018 commit d1beba5

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@
390390
cmdliner
391391
cohttp
392392
conf-pam
393+
conf-qemu-img
393394
(crowbar :with-test)
394395
cstruct
395396
ctypes
@@ -506,6 +507,7 @@
506507
cohttp
507508
cohttp-lwt
508509
conf-libssl
510+
(conf-qemu-img :with-test)
509511
(cstruct
510512
(>= "3.0.0"))
511513
(ezxenstore

opam/vhd-tool.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ depends: [
1616
"cohttp"
1717
"cohttp-lwt"
1818
"conf-libssl"
19+
"conf-qemu-img" {with-test}
1920
"cstruct" {>= "3.0.0"}
2021
"ezxenstore" {= version}
2122
"forkexec" {= version}

opam/xapi.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"cmdliner"
2323
"cohttp"
2424
"conf-pam"
25+
"conf-qemu-img"
2526
"crowbar" {with-test}
2627
"cstruct"
2728
"ctypes"

0 commit comments

Comments
 (0)