diff --git a/debian/control b/debian/control index 1d1404d..6b3540a 100644 --- a/debian/control +++ b/debian/control @@ -1,31 +1,33 @@ Source: swh-auth Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-click, python3-django (>= 2:2.2.11~), + python3-djangorestframework, python3-keycloak, python3-pytest, + python3-pytest-mock, python3-pytest-django, python3-setuptools, python3-setuptools-scm, python3-swh.core, Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-auth Package: python3-swh.auth Architecture: all Depends: python3-swh.core, ${misc:Depends}, ${python3:Depends} Description: Software Heritage Authentication library Package: python3-swh.auth.django Architecture: all Depends: python3-swh.auth (= ${binary:Version}), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Authentication library (Django)