python312Packages.python-whois: drop pynose dependency

This commit is contained in:
Martin Weinelt 2024-07-09 01:17:13 +02:00
parent a9ceebaed6
commit 06ebece322
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,7 +2,6 @@
lib, lib,
buildPythonPackage, buildPythonPackage,
fetchPypi, fetchPypi,
pynose,
pytestCheckHook, pytestCheckHook,
python-dateutil, python-dateutil,
pythonOlder, pythonOlder,
@ -28,7 +27,6 @@ buildPythonPackage rec {
dependencies = [ python-dateutil ]; dependencies = [ python-dateutil ];
nativeCheckInputs = [ nativeCheckInputs = [
pynose
pytestCheckHook pytestCheckHook
simplejson simplejson
]; ];