mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix: +aws.amazon.com/cli remove _awscli
symlink (#437)
This commit is contained in:
parent
5addc16dfe
commit
8d8304ff83
1 changed files with 4 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue