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 github: aws/aws-cli/tags
dependencies: dependencies:
python.org: '>=3.7' python.org: ">=3.7"
build: build:
dependencies: dependencies:
tea.xyz/gx/cc: c99 tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*' tea.xyz/gx/make: "*"
rust-lang.org: '>=1.48.0' # needed for cryptography rust-lang.org: ">=1.48.0" # needed for cryptography
rust-lang.org/cargo: '*' rust-lang.org/cargo: "*"
script: | script: |
python-venv.sh {{prefix}}/bin/aws 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: env:
# python includes are subdirectoried under the version # python includes are subdirectoried under the version
# frankly, python's versioning system causes a lot of # frankly, python's versioning system causes a lot of