Merge pull request #299714 from fabaff/myjwt-fix

python312Packages.myjwt: relax pyopenssl
This commit is contained in:
Fabian Affolter 2024-03-28 12:15:47 +01:00 committed by GitHub
commit 2d4ee72e01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

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