From 3af072d560186bcd9f09ac06362f92d671079268 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Mon, 13 Nov 2017 16:35:23 +0100 Subject: [PATCH] debian: suggests postgres instead of recommends (#20008) --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 04f9667..72c03eb 100644 --- a/debian/control +++ b/debian/control @@ -28,5 +28,6 @@ Depends: ${misc:Depends}, python-django-tenant-schemas, python-psycopg2, python-django-mellon, -Recommends: nginx, postgresql, phantomjs, publik-base-theme +Recommends: nginx, phantomjs, publik-base-theme +Suggests: postgresql Description: Authentication Reverse Proxy -- 2.11.0