python312Packages.myjwt: relax pyopenssl

This commit is contained in:
Fabian Affolter 2024-03-28 10:51:18 +01:00
parent 307f7fc836
commit 527dfe9b55
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"cryptography"
"pyopenssl"
"questionary"
];