From 8d8304ff83c4335cdee9c0bcce46e004a24c22b8 Mon Sep 17 00:00:00 2001 From: Ramazan Elsunakev <35545693+relsunkaev@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:50:41 +0400 Subject: [PATCH] fix: +aws.amazon.com/cli remove `_awscli` symlink (#437) --- projects/aws.amazon.com/cli/package.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/projects/aws.amazon.com/cli/package.yml b/projects/aws.amazon.com/cli/package.yml index 7bf6756e..36eabe5f 100644 --- a/projects/aws.amazon.com/cli/package.yml +++ b/projects/aws.amazon.com/cli/package.yml @@ -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