From bfdcce410d144db24dd9124f60a56a8292e48b38 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 6 Sep 2019 21:52:03 +0100 Subject: [PATCH] ocaml: Remove ocaml-yojson from block list. --- fedora_ocaml_rebuild.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 5a636ed..4caa98b 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -29,7 +29,6 @@ let yum_repo = "koji-rawhide" * dependent packages. *) let blocked = [ - "ocaml-yojson"; (* jjames is looking at this *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1