fix: +aws.amazon.com/cli remove _awscli symlink (#437)

This commit is contained in:
Ramazan Elsunakev 2023-03-02 15:50:41 +04:00 committed by GitHub
parent 5addc16dfe
commit 8d8304ff83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,19 +6,16 @@ versions:
github: aws/aws-cli/tags
dependencies:
python.org: '>=3.7'
python.org: ">=3.7"
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
rust-lang.org: '>=1.48.0' # needed for cryptography
rust-lang.org/cargo: '*'
tea.xyz/gx/make: "*"
rust-lang.org: ">=1.48.0" # needed for cryptography
rust-lang.org/cargo: "*"
script: |
python-venv.sh {{prefix}}/bin/aws
cd "{{prefix}}"/venv/lib/python{{deps.python.org.version.marketing}}/site-packages
# oddly the srcs import both names for this and we have to symlink or it doesn't work
ln -s awscrt _awscrt
env:
# python includes are subdirectoried under the version
# frankly, python's versioning system causes a lot of