pyhanko-cli: move pyyaml dependency from pyhanko to pyhanko-cli

python3Packasge.pyhanko doesn't (any longer) need pyyaml, pyhanko-cli
still depends on it. stdenv was not used in pyhanko at all.
This commit is contained in:
Anton Mosich
2026-08-21 23:43:46 +02:00
committed by Sandro Jäckel
parent 1ab96115dd
commit 329586840f
2 changed files with 1 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
tzlocal
pyhanko
pyhanko-certvalidator
pyyaml
click
platformdirs
]

View File

@@ -1,6 +1,5 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
pyprojectVersionPatchHook,
@@ -14,7 +13,6 @@
cryptography,
lxml,
pyhanko-certvalidator,
pyyaml,
requests,
tzlocal,
@@ -69,7 +67,6 @@ buildPythonPackage (finalAttrs: {
cryptography
lxml
pyhanko-certvalidator
pyyaml
requests
tzlocal
];