Unverified Commit 8c37b070 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

python3Packages.signedjson: remove superfluous pythonOlder

parent 907a9df6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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 ];