mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-02 04:21:59 +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 = (
|
lxc_skip_function = (
|
||||||
|
"virDomainLxcEnterNamespace",
|
||||||
)
|
)
|
||||||
qemu_skip_function = (
|
qemu_skip_function = (
|
||||||
#"virDomainQemuAttach",
|
#"virDomainQemuAttach",
|
||||||
|
Reference in New Issue
Block a user