From 45f5a9b2b981c123117bca431a7e07af825256be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 18 Jul 2015 16:41:58 +0200 Subject: [PATCH] [fix] Add minimum moulinette version in debian/control --- .gitignore | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a95de2512..726bba63a 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ pip-log.txt # Mr Developer .mr.developer.cfg + +# moulinette lib +lib/yunohost/locales diff --git a/debian/control b/debian/control index a5f7bb639..6010b2971 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: https://yunohost.org/ Package: moulinette-yunohost Architecture: all -Depends: moulinette, +Depends: moulinette (>= 2.2.1), python-psutil, python-requests, glances,