mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-30 01:23:03 +00:00
Merge pull request #175390 from SuperSandro2000/service-identity
python310Packages.service-identity: remove ipaddress
This commit is contained in:
commit
cbbc7ada08
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user