Skip to content

Commit d431ca9

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

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
cohttp
507507
cohttp-lwt
508508
conf-libssl
509+
(conf-qemu-img :with-test)
509510
(cstruct
510511
(>= "3.0.0"))
511512
(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}

0 commit comments

Comments
 (0)