okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew package does not install botocore

if-jeremy opened this issue · comments

When trying to use awscurl installed on MacOS via Homebrew, in conjunction with aws-vault and it's --ecs-server option, I found that Homebrew does not install botocore due to it being listed as "extras_require" in setup.py. See:

Homebrew/homebrew-core#155202

I think that botocore should either be moved to install_requires, or an update to the README.md file be made to indicate that Homebrew-installed versions do not include this support.