mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
botocore was absorbed into aws-cli code base in v2.3.0. cryptography was replaced by awscrt functionality in v2.25.9. See generated change logs in project's ".changes" directory for more details. * gnu/packages/python-web.scm (awscli-2): Update to 2.28.0. [arguments] <test-flags>: Rework ignored test files and skipped tests by limiting them just to unit tests. When running in parallel limit up to 8 thread to prevent host system exhaustion. <phases>: Use default 'check; add 'pre-check. [inputs]: Remove python-awscrt-for-awscli, python-botocore, python-cryptography, python-jsonschema, and python-ruamel.yaml-0.16; add python-awscrt, python-distro, and python-ruamel.yaml. [native-inputs]: Remove python-distro, python-flit, and python-wheel; add python-flit-core. Fixes: guix/guix#3379 Change-Id: I87658587e907330c3ff9c45402235119256de134