Commit 307f7fc8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.myjwt: refactor

parent 4f28c0b7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ buildPythonPackage rec {

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

  pythonRelaxDeps = [
@@ -42,12 +42,12 @@ buildPythonPackage rec {
    "questionary"
  ];

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

  propagatedBuildInputs = [
  dependencies = [
    click
    colorama
    cryptography