mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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:
committed by
Sandro Jäckel
parent
1ab96115dd
commit
329586840f
@@ -38,6 +38,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
tzlocal
|
||||
pyhanko
|
||||
pyhanko-certvalidator
|
||||
pyyaml
|
||||
click
|
||||
platformdirs
|
||||
]
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user