mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python3Packages.sendgrid: propagate six
This commit is contained in:
parent
1ac3bb0c7d
commit
f9c5259b71
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
, pythonOlder
|
||||
, pyyaml
|
||||
, starkbank-ecdsa
|
||||
, six
|
||||
, werkzeug
|
||||
}:
|
||||
|
||||
|
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
python-http-client
|
||||
starkbank-ecdsa
|
||||
six
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue