aws-cli: update to 2.36.30, New Package: python3-awscrt 0.36.2 - #62188
Open
eholzbach wants to merge 2 commits into
Open
aws-cli: update to 2.36.30, New Package: python3-awscrt 0.36.2#62188eholzbach wants to merge 2 commits into
eholzbach wants to merge 2 commits into
Conversation
eholzbach
force-pushed
the
aws-cli-v2
branch
4 times, most recently
from
August 23, 2026 19:47
574097d to
b1344b3
Compare
eholzbach
marked this pull request as ready for review
August 23, 2026 20:24
| checksum=4970bec7094595367f847f0010fa79743c269c7750112d91cca93a9c1f76cada | ||
|
|
||
| if [ "$CROSS_BUILD" ]; then | ||
| hostmakedepends+=" ${makedepends}" |
Member
There was a problem hiding this comment.
why? python packages don't generally need their dependencies during build anyways.
Contributor
Author
There was a problem hiding this comment.
build_wheel pulls in awscli to generate the autocomplete goop. I didn't see a better way around it.
Comment on lines
+9
to
+14
| makedepends="python3-colorama python3-docutils python3-ruamel.yaml | ||
| python3-ruamel.yaml.clib python3-prompt_toolkit python3-distro | ||
| python3-awscrt python3-dateutil python3-jmespath python3-urllib3 | ||
| python3-wcwidth" | ||
| depends="groff ${makedepends}" | ||
| checkdepends="$depends python3-pytest python3-jsonschema" |
Member
There was a problem hiding this comment.
Suggested change
| makedepends="python3-colorama python3-docutils python3-ruamel.yaml | |
| python3-ruamel.yaml.clib python3-prompt_toolkit python3-distro | |
| python3-awscrt python3-dateutil python3-jmespath python3-urllib3 | |
| python3-wcwidth" | |
| depends="groff ${makedepends}" | |
| checkdepends="$depends python3-pytest python3-jsonschema" | |
| depends="python3-colorama python3-docutils python3-ruamel.yaml | |
| python3-ruamel.yaml.clib python3-prompt_toolkit python3-distro | |
| python3-awscrt python3-dateutil python3-jmespath python3-urllib3 | |
| python3-wcwidth" | |
| checkdepends="$depends python3-pytest python3-jsonschema" |
instead of groff, mandoc should be available by default (it's in base-system)
Contributor
Author
There was a problem hiding this comment.
Shuffling around the depends results in the same failure in CI that I had locally.
ERROR Unmet dependencies (checked against /usr/bin/python3):
awscrt==0.36.2
wanted: ==0.36.2
found: not installed
colorama<0.4.7,>=0.2.5
wanted: <0.4.7,>=0.2.5
found: not installed
distro>=1.5.0
wanted: >=1.5.0
found: not installed
docutils>=0.10
wanted: >=0.10
found: not installed
jmespath<1.1.0,>=0.7.1
wanted: <1.1.0,>=0.7.1
found: not installed
prompt-toolkit>=3.0.24
wanted: >=3.0.24
found: not installed
python-dateutil<=2.9.0,>=2.1
wanted: <=2.9.0,>=2.1
found: not installed
ruamel_yaml<=0.19.1,>=0.15.0
wanted: <=0.19.1,>=0.15.0
found: not installed
ruamel_yaml_clib<=0.2.15,>=0.2.0
wanted: <=0.2.15,>=0.2.0
found: not installed
urllib3>=1.25.4
wanted: >=1.25.4
found: not installed
wcwidth
wanted: any
found: not installed
=> ERROR: aws-cli-2.36.29_1: do_build: 'python3 -m build --no-isolation --wheel ${make_build_args} ${make_build_target}' exited with 1
=> ERROR: in do_build() at common/build-style/python3-pep517.sh:17
eholzbach
force-pushed
the
aws-cli-v2
branch
2 times, most recently
from
August 23, 2026 22:46
4f1488e to
c40ea77
Compare
eholzbach
marked this pull request as draft
August 23, 2026 23:48
eholzbach
force-pushed
the
aws-cli-v2
branch
3 times, most recently
from
August 24, 2026 01:13
3114195 to
54e17fe
Compare
eholzbach
marked this pull request as ready for review
August 24, 2026 01:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes
Local build testing
Closes #38707