Skip to content

Commit

Permalink
xapi-inventory: Constrain xapi-stdext dependency < 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Euan Harris <euan.harris@citrix.com>
  • Loading branch information
euanh committed Jul 18, 2016
1 parent d859b78 commit 9dc500d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/xapi-inventory/xapi-inventory.0.9.1/opam
@@ -1,5 +1,9 @@
opam-version: "1.2"
maintainer: "john.else@citrix.com"
maintainer: "xen-api@lists.xen.org"
authors: ["John Else"]
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xcp-inventory/issues"
dev-repo: "git://github.com/xapi-project/xcp-inventory"
build: [
["./configure" "--default_inventory=%{prefix}%/etc"]
[make]
Expand All @@ -9,9 +13,8 @@ remove: [
]
depends: [
"ocamlfind"
"xapi-stdext"
"xapi-stdext" {>= "0.13.0" & < "2.0.0"}
"cmdliner"
"ocamlbuild" {build}
]
dev-repo: "git://github.com/xapi-project/xcp-inventory"
install: [make "install"]

0 comments on commit 9dc500d

Please sign in to comment.