diff options
author | Thomas NOEL <tnoel@entrouvert.com> | 2017-11-17 10:24:31 (GMT) |
---|---|---|
committer | Thomas NOEL <tnoel@entrouvert.com> | 2017-11-17 10:24:31 (GMT) |
commit | 4ef11e285289a595a009c16cabc78cfaa8f544d7 (patch) | |
tree | 5bb5605c58d035e582aba9bea214227aa9ed07b2 | |
parent | 4934c31f92c3c74abc476942b396fb7108871a1e (diff) | |
download | welco-4ef11e285289a595a009c16cabc78cfaa8f544d7.zip welco-4ef11e285289a595a009c16cabc78cfaa8f544d7.tar.gz welco-4ef11e285289a595a009c16cabc78cfaa8f544d7.tar.bz2 |
debian: suggests postgresql instead of recommend it (#20007)
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d1fa225..9e27d37 100644 --- a/debian/control +++ b/debian/control @@ -29,5 +29,6 @@ Depends: ${misc:Depends}, python-xstatic-select2, gunicorn, graphicsmagick -Recommends: nginx, postgresql +Recommends: nginx +Suggests: postgresql Description: Multichannel request processing |