mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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