Remove coq, camlp4 (+ downstream dependencies) from block list.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 6 Sep 2019 20:50:49 +0000 (21:50 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 6 Sep 2019 20:50:49 +0000 (21:50 +0100)
fedora_ocaml_rebuild.ml

index f3cd2fa..5a636ed 100644 (file)
@@ -29,9 +29,7 @@ let yum_repo = "koji-rawhide"
  * dependent packages.
  *)
 let blocked = [
-  "ocaml-camlp4";   (* deprecated + all dependent packages *)
   "ocaml-yojson";   (* jjames is looking at this *)
-  "coq";            (* jjames is looking at this, see RHBZ#1735619 *)
 ]
 let blocked pkg = List.mem pkg blocked