From 4a54200d660ff50d3868e0391548ec00e867c3b5 Mon Sep 17 00:00:00 2001 From: Alex Burke Date: Mon, 26 Aug 2024 14:31:35 +0200 Subject: [PATCH] make use of the same Py3 compatible openid library as rocky 9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c12008b3b..6e78004b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # https://pip.pypa.io/en/stable/reference/requirement-specifiers/ future python-openid;python_version < "3" -python-openid2;python_version >= "3" +python3-openid;python_version >= "3" # NOTE: python-3.6 and earlier versions require older pyotp, whereas 3.7+ # should work with any modern version. We tested 2.9.0 to work. pyotp;python_version >= "3.7"