RHEL 8: use "python3" as nbdkit plugin

RHEL uses "python3" as name for the nbdkit Python plugin.
This commit is contained in:
Pino Toscano
2018-12-16 16:32:46 +01:00
parent 93f3724096
commit 4cab81b3b3

View File

@@ -79,7 +79,7 @@ let parse_output_options options =
{ rhv_cafile; rhv_cluster; rhv_direct; rhv_verifypeer }
let python3 = "python3" (* Defined by PEP 394 *)
let nbdkit_python_plugin = "python"
let nbdkit_python_plugin = "python3"
let pidfile_timeout = 30
let finalization_timeout = 5*60