From 9ab117fffab068e121949cd20e9193af4a8962e3 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 23 May 2014 11:50:15 +0200 Subject: [PATCH] control: add dependency on djangorestframework and django-oauth2-provider --- control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/control b/control index c394c15..4ffce1e 100644 --- a/control +++ b/control @@ -11,5 +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) Description: OAuth 2.0 IdP backend for Authentic2