Unverified Commit 2d4ee72e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #299714 from fabaff/myjwt-fix

python312Packages.myjwt: relax pyopenssl
parents e0f80a05 527dfe9b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -34,20 +34,21 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-warn "1.6.0" "${version}"
      --replace-fail "1.6.0" "${version}"
  '';

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

  nativeBuildInputs = [
  build-system = [
    poetry-core
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = [
  dependencies = [
    click
    colorama
    cryptography