From 69fe02b9e0ada374f87df1995e60ca18ca0e1951 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 27 Dec 2010 12:12:57 +0100 Subject: [PATCH] Changed minimal version of sjrpc dependency. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 95fe480..4520a77 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.1 Package: cc-server Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-sjrpc +Depends: ${misc:Depends}, ${python:Depends}, python-sjrpc (>= 6) XB-Python-Version: ${python:Versions} Description: CloudControl server This package provides the server of CloudControl. -- GitLab