python3Packages.signedjson: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:14 +01:00
parent 907a9df6d7
commit 8c37b070f7
@@ -3,12 +3,9 @@
buildPythonPackage,
canonicaljson,
fetchPypi,
importlib-metadata,
pynacl,
pytestCheckHook,
pythonOlder,
setuptools-scm,
typing-extensions,
unpaddedbase64,
}:
@@ -28,10 +25,6 @@ buildPythonPackage rec {
canonicaljson
unpaddedbase64
pynacl
]
++ lib.optionals (pythonOlder "3.8") [
importlib-metadata
typing-extensions
];
nativeCheckInputs = [ pytestCheckHook ];