mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-11-10 08:24:20 +03:00
Skip python bindings for virDomainBlockPeek and virDomainMemoryPeek
* python/generator.py: skip generation for virDomainBlockPeek and virDomainMemoryPeek as they break the build Daniel
This commit is contained in:
@@ -313,6 +313,8 @@ skip_impl = (
|
||||
'virStorageVolGetInfo',
|
||||
'virStoragePoolGetAutostart',
|
||||
'virStoragePoolListVolumes',
|
||||
'virDomainBlockPeek',
|
||||
'virDomainMemoryPeek',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user