summaryrefslogtreecommitdiffstats
path: root/recipes-test/virt-test/files/clear_mandatory_header_list.patch
blob: 3627b7e956731b538ffc02335190449a3e7ae434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/virttest/bootstrap.py b/virttest/bootstrap.py
index c4e2623..76e3f34 100644
--- a/virttest/bootstrap.py
+++ b/virttest/bootstrap.py
@@ -29,7 +29,7 @@ mandatory_programs = {'qemu': basic_program_requirements,
                       'v2v': basic_program_requirements,
                       'libguestfs': basic_program_requirements}
 
-mandatory_headers = {'qemu': ['Python.h', 'types.h', 'socket.h', 'unistd.h'],
+mandatory_headers = {'qemu': [],
                      'libvirt': [],
                      'openvswitch': [],
                      'v2v': [],