Unverified Commit 06ebece3 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.python-whois: drop pynose dependency

parent a9ceebae
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  pynose,
  pytestCheckHook,
  python-dateutil,
  pythonOlder,
@@ -28,7 +27,6 @@ buildPythonPackage rec {
  dependencies = [ python-dateutil ];

  nativeCheckInputs = [
    pynose
    pytestCheckHook
    simplejson
  ];