python312Packages.cle: remove unused dependency on pynose

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:00 +02:00
parent 01f6deed20
commit 241da09d50
@@ -8,7 +8,6 @@
minidump,
pefile,
pyelftools,
pynose,
pytestCheckHook,
pythonOlder,
pyvex,
@@ -60,7 +59,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pynose
pytestCheckHook
];