From cf7353f57835a5ad242fc150318825cc2bd56d95 Mon Sep 17 00:00:00 2001 From: Gabriel Scherer Date: Fri, 24 Feb 2017 23:06:48 -0500 Subject: [PATCH] Restore the ocamlbuild dependency Previous opam files have been fixed by Fabrice, but the upstream opam was not changed, so this new version was proposed again with broken dependencies. I sent a PR upstream ( sagotch/ISO8601.ml#8 ) to make sure it does not happen again. --- packages/ISO8601/ISO8601.0.2.5/opam | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/ISO8601/ISO8601.0.2.5/opam b/packages/ISO8601/ISO8601.0.2.5/opam index cf214df02929..7ffdd9a36179 100644 --- a/packages/ISO8601/ISO8601.0.2.5/opam +++ b/packages/ISO8601/ISO8601.0.2.5/opam @@ -26,4 +26,7 @@ install: [ make "install" ] remove: [ "ocamlfind" "remove" "ISO8601" ] -depends: [ "ocamlfind" {build} ] +depends: [ + "ocamlfind" {build} + "ocamlbuild" {build} +]