summaryrefslogtreecommitdiffstats
path: root/recipes-test/virt-test/files/remove_7za_dependency.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:54 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:54 +0200
commitc158582c0fc7f4bd73980fe9adad446855f4d61b (patch)
tree31b701a2367cb983e76e76cd7c2ba176ad33e5ac /recipes-test/virt-test/files/remove_7za_dependency.patch
downloadmeta-vt-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-test/virt-test/files/remove_7za_dependency.patch')
-rw-r--r--recipes-test/virt-test/files/remove_7za_dependency.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-test/virt-test/files/remove_7za_dependency.patch b/recipes-test/virt-test/files/remove_7za_dependency.patch
new file mode 100644
index 0000000..4eeca94
--- /dev/null
+++ b/recipes-test/virt-test/files/remove_7za_dependency.patch
@@ -0,0 +1,13 @@
1diff --git a/virttest/bootstrap.py b/virttest/bootstrap.py
2index e7644a6..73c103a 100644
3--- a/virttest/bootstrap.py
4+++ b/virttest/bootstrap.py
5@@ -10,7 +10,7 @@ import asset
6 import cartesian_config
7 import utils_selinux
8
9-basic_program_requirements = ['7za', 'tcpdump', 'nc', 'ip', 'arping']
10+basic_program_requirements = ['tcpdump', 'nc', 'ip', 'arping']
11
12 recommended_programs = {'qemu': [('qemu-kvm', 'kvm'), ('qemu-img',),
13 ('qemu-io',)],