From 790303c4ca8de30a1ed2a5598ee56b3e4eab7095 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Mon, 9 Nov 2015 21:31:30 -0200 Subject: [PATCH] debian: Add gdebi-core dependency Add the gdebi-core dependency that our ubuntu users might need to if they are going to use the avocado software manager library. Signed-off-by: Lucas Meneghel Rodrigues --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 059fe3e6..080a0a28 100644 --- a/debian/control +++ b/debian/control @@ -9,5 +9,5 @@ Package: avocado Architecture: all Homepage: http://avocado-framework.github.io/ XB-Python-Version: ${python:Versions} -Depends: ${misc:Depends}, ${python:Depends}, python-yaml, python-lzma, python-pystache +Depends: ${misc:Depends}, ${python:Depends}, python-yaml, python-lzma, python-pystache, gdebi-core Description: Avocado is a framework for fully automated testing. -- GitLab