python310Packages.service-identity: remove ipaddress

This commit is contained in:
Sandro Jäckel
2022-05-30 04:25:47 +02:00
parent 260ed44242
commit e18c7884b1
@@ -4,12 +4,10 @@
, cryptography
, fetchFromGitHub
, idna
, ipaddress
, pyasn1
, pyasn1-modules
, six
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
@@ -30,8 +28,6 @@ buildPythonPackage rec {
pyasn1
pyasn1-modules
six
] ++ lib.optionals (pythonOlder "3.3") [
ipaddress
];
checkInputs = [