[Python-modules-commits] [django-websocket-redis] 05/06: Recommend uwsgi-plugin-python(3) instead of suggesting uwsgi.

Michael Fladischer fladi at moszumanska.debian.org
Fri Feb 19 11:58:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository django-websocket-redis.

commit 31dad678096ad6bcac655a4dbe0f358299a48290
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Feb 19 12:49:46 2016 +0100

    Recommend uwsgi-plugin-python(3) instead of suggesting uwsgi.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 891fd67..1331fa7 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Architecture: all
 Depends: python-django,
          ${misc:Depends},
          ${python:Depends}
-Suggests: uwsgi
+Recommends: uwsgi-plugin-python
 Description: Websockets for Django applications using Redis (Python2 version)
  This module implements websockets on top of Django without requiring any
  additional framework. For messaging it uses the Redis datastore. In a
@@ -36,7 +36,7 @@ Architecture: all
 Depends: python3-django,
          ${misc:Depends},
          ${python3:Depends}
-Suggests: uwsgi
+Recommends: uwsgi-plugin-python3
 Description: Websockets for Django applications using Redis (Python3 version)
  This module implements websockets on top of Django without requiring any
  additional framework. For messaging it uses the Redis datastore. In a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-websocket-redis.git



More information about the Python-modules-commits mailing list