mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
pythonPackages.aws_shell: use futures 3.0, not 2.2
This commit is contained in:
parent
bb73e25cdc
commit
8fa6930d84
@ -2624,7 +2624,7 @@ in modules // {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ self.botocore self.jmespath ] ++
|
||||
(if isPy3k then [] else [self.futures_2_2]);
|
||||
(if isPy3k then [] else [self.futures]);
|
||||
buildInputs = [ self.docutils self.nose self.mock ];
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
|
Loading…
Reference in New Issue
Block a user