Merge pull request #175390 from SuperSandro2000/service-identity

python310Packages.service-identity: remove ipaddress
This commit is contained in:
Sandro 2022-05-30 05:17:46 +02:00 committed by GitHub
commit cbbc7ada08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [