Commit 527dfe9b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.myjwt: relax pyopenssl

parent 307f7fc8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ buildPythonPackage rec {

  pythonRelaxDeps = [
    "cryptography"
    "pyopenssl"
    "questionary"
  ];