mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.{boto,httpretty}: use requests2
This commit is contained in:
parent
9819303647
commit
4bfe873298
1 changed files with 2 additions and 2 deletions
|
@ -1603,7 +1603,7 @@ let
|
|||
'';
|
||||
|
||||
buildInputs = [ self.nose self.mock ];
|
||||
propagatedBuildInputs = [ self.requests self.httpretty ];
|
||||
propagatedBuildInputs = [ self.requests2 self.httpretty ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/boto/boto;
|
||||
|
@ -7731,7 +7731,7 @@ let
|
|||
sha256 = "0f295zj272plr9lhf80kgz19dxkargwv3ar83rwavrcy516mgg9n";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ tornado requests httplib2 sure nose coverage certifi ];
|
||||
buildInputs = with self; [ tornado requests2 httplib2 sure nose coverage certifi ];
|
||||
|
||||
propagatedBuildInputs = with self; [ urllib3 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue