fix(aws-cli)

closes #4738
This commit is contained in:
Jacob Heider 2024-01-04 16:17:27 -05:00 committed by Jacob Heider
parent 19de1c5c33
commit da770a1901

View file

@ -8,15 +8,18 @@ versions:
github: aws/aws-cli/tags github: aws/aws-cli/tags
dependencies: dependencies:
python.org: ">=3.7<3.12"
sourceware.org/libffi: ^3 sourceware.org/libffi: ^3
pkgx.sh: ^1
build: build:
dependencies: dependencies:
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: | python.org: '>=3.7<3.12'
python-venv.sh {{prefix}}/bin/aws script:
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal {{prefix}} aws
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