python312Packages.cle: remove unused dependency on pynose

This commit is contained in:
Martin Weinelt 2024-07-08 22:29:09 +02:00
parent 01f6deed20
commit 241da09d50
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,7 +8,6 @@
minidump,
pefile,
pyelftools,
pynose,
pytestCheckHook,
pythonOlder,
pyvex,
@ -60,7 +59,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pynose
pytestCheckHook
];