From 920dffce1779ae17a085d881da18d1ad1a96151f Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Mon, 9 Nov 2015 21:33:21 -0200 Subject: [PATCH] debian: Add fabric dependency It turns out we forgot to state fabric dependencies in the debian package. Let's fix that problem. 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 080a0a28..06d60fee 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, gdebi-core +Depends: ${misc:Depends}, ${python:Depends}, python-yaml, python-lzma, python-pystache, gdebi-core, fabric Description: Avocado is a framework for fully automated testing. -- GitLab