mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Since commit83e92b4a97, utils.c includes "ignore-value.h". We copy utils.c into the python sdist tarball, but it didn't not compile because of the missing header file. Therefore we need to copy the header in too. Fixes commit83e92b4a97.
libguestfs is a library and set of tools for accessing and modifying virtual machine (VM) disk images. This package contains the Python bindings for libguestfs.