python312Packages.python-whois: drop pynose dependency

This commit is contained in:
Martin Weinelt
2024-07-09 17:27:16 +02:00
parent a9ceebaed6
commit 06ebece322
@@ -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
];