From 7d47294433b54188da2c501b76a0dc48e212a825 Mon Sep 17 00:00:00 2001 From: Julian Rother <julian@cccv.de> Date: Fri, 10 Sep 2021 20:56:36 +0200 Subject: [PATCH] Fix debian package dependency on python3-oauthlib This was forgotten in 45d4598. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4b7add38..30de16f2 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Depends: python3-flask-migrate, python3-qrcode, python3-fido2, - python3-flask-oauthlib, + python3-oauthlib, python3-flask-babel, uwsgi, uwsgi-plugin-python3, -- GitLab