python312Packages.myjwt: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 10:50:25 +01:00
parent 4f28c0b741
commit 307f7fc836
1 changed files with 3 additions and 3 deletions

View File

@ -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