python312Packages.python-whois: drop pynose dependency
This commit is contained in:
parent
a9ceebaed6
commit
06ebece322
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user