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