From bc5eb821f505d902005bdae868a9a2c8c34f88d8 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 23 May 2014 14:16:23 +0200 Subject: [PATCH] debian/control: fix syntax --- control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control b/control index 4ffce1e..1a216eb 100644 --- a/control +++ b/control @@ -11,7 +11,7 @@ Package: python-authentic2-idp-oauth2 Architecture: all Depends: ${misc:Depends}, python-authentic2 (>= 2.1.2), - python-djangorestframework (>=2, <3), - python-django-oauth2-provider (<1) + python-djangorestframework (< 3), + python-django-oauth2-provider (< 1) Description: OAuth 2.0 IdP backend for Authentic2