From 62b3de7483707e653b0c1b94f14811df41e174e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 13 Aug 2019 12:59:38 +0200 Subject: [PATCH] debian: add build-dependency on python[3]-django-redis, for tests --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2144c20..40e37a5 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Priority: optional Build-Depends: debhelper (>= 9), quilt, dh-python, python-all (>= 2.6.6-3~), python3-all, python-sphinx, python-setuptools, python3-setuptools, - python-django, python3-django, python-memcache, python3-memcache + python-django, python3-django, python-memcache, python3-memcache, + python-django-redis, python3-django-redis Standards-Version: 3.9.5 X-Python-Version: >= 2.6 Vcs-Git: git://anonscm.debian.org/collab-maint/django-ratelimit.git