diff --git a/debian/control b/debian/control
index 1459d6c..0c4af44 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: swh-auth
 Maintainer: Software Heritage developers <swh-devel@inria.fr>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python (>= 2),
                python3-all,
-               python3-keycloak,
                python3-click,
+               python3-keycloak,
                python3-pytest,
 Standards-Version: 3.9.6
 Homepage: https://forge.softwareheritage.org/source/swh-auth
 
 Package: python3-swh.auth
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
 Description: Software Heritage Authentication library