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 ] ++
|
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 ];
|
buildInputs = [ self.docutils self.nose self.mock ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
|
Loading…
Reference in New Issue
Block a user