From 1870c27032bb7a5fd3d6a2039b8274fce1a41d26 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Minimum newt is now 0.9. --- p2v.ks.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p2v.ks.in b/p2v.ks.in index c62d4e8..1ee10e2 100644 --- a/p2v.ks.in +++ b/p2v.ks.in @@ -64,13 +64,13 @@ iproute net-tools # For OCaml -ocaml +ocaml >= 3.10.0 ocaml-runtime ocaml-pcre ocaml-extlib ocaml-xml-light ocaml-libvirt -ocaml-newt +ocaml-newt >= 0.9 # For network configuration dhclient -- 1.8.3.1