mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
python3Packages.service-identity: propagate six
This commit is contained in:
parent
d26c2ee239
commit
2bd4ecc64b
@ -7,6 +7,7 @@
|
||||
, ipaddress
|
||||
, pyasn1
|
||||
, pyasn1-modules
|
||||
, six
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
@ -28,6 +29,7 @@ buildPythonPackage rec {
|
||||
idna
|
||||
pyasn1
|
||||
pyasn1-modules
|
||||
six
|
||||
] ++ lib.optionals (pythonOlder "3.3") [
|
||||
ipaddress
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user