Unverified Commit 16b22e20 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

python3Packages.cron-descriptor: fix dependencies (#489080)

parents f5c618c0 0ed64561
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -21,10 +21,9 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  nativeCheckInputs = [
    pytestCheckHook
    typing-extensions
  ];
  dependencies = [ typing-extensions ];

  nativeCheckInputs = [ pytestCheckHook ];

  pythonImportsCheck = [ "cron_descriptor" ];