awscli: fix broken dependency

Sorry, not sure how I missed this in my earlier commit!
This commit is contained in:
Dan Peebles 2015-12-03 08:25:29 -05:00
parent 8a84a80193
commit 60f949bc78

View File

@ -13,7 +13,7 @@ pythonPackages.buildPythonPackage rec {
};
propagatedBuildInputs = [
pythonPackages.botocore_1_1_10
pythonPackages.botocore
pythonPackages.bcdoc
pythonPackages.six
pythonPackages.colorama