mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
awscli: fix broken dependency
Sorry, not sure how I missed this in my earlier commit!
This commit is contained in:
parent
8a84a80193
commit
60f949bc78
@ -13,7 +13,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pythonPackages.botocore_1_1_10
|
||||
pythonPackages.botocore
|
||||
pythonPackages.bcdoc
|
||||
pythonPackages.six
|
||||
pythonPackages.colorama
|
||||
|
Loading…
Reference in New Issue
Block a user