mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
RHEL 8: use "python3" as nbdkit plugin
RHEL uses "python3" as name for the nbdkit Python plugin.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user