mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
pythonPackages.httpretty: add certifi dependency
This commit is contained in:
parent
bb9ee2ab55
commit
1a6cddff0e
@ -5994,7 +5994,7 @@ let
|
||||
md5 = "50b02560a49fe928c90c53a49791f621";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ tornado requests httplib2 sure nose coverage ];
|
||||
buildInputs = with self; [ tornado requests httplib2 sure nose coverage certifi ];
|
||||
|
||||
propagatedBuildInputs = with self; [ urllib3 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user