mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-24 00:58:54 +03:00
Fix build due to previous LXC patch
Mark virDomainLxcEnterNamespace as skipped in python binding and remove reference to lxcDomainOpenNamespace which doesn't arrive until a later patch
This commit is contained in:
@ -530,6 +530,7 @@ skip_function = (
|
||||
)
|
||||
|
||||
lxc_skip_function = (
|
||||
"virDomainLxcEnterNamespace",
|
||||
)
|
||||
qemu_skip_function = (
|
||||
#"virDomainQemuAttach",
|
||||
|
Reference in New Issue
Block a user