-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-cli-v2: re-enable, python 3.12 compatible
Closes #7265
- Loading branch information
1 parent
2fde673
commit ea51b14
Showing
4 changed files
with
87 additions
and
111 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
SUMMARY = "YAML parser/emitter" | ||
DESCRIPTION = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." | ||
HOMEPAGE = "https://pypi.org/project/ruamel.yaml.clib/" | ||
|
||
LICENSE = "MIT" | ||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1debc1593104ded7e88b0ac5659af552" | ||
|
||
PYPI_PACKAGE = "ruamel.yaml.clib" | ||
|
||
inherit pypi setuptools3 | ||
|
||
SRC_URI[sha256sum] = "beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512" | ||
|
||
RDEPENDS:${PN} += "\ | ||
${PYTHON_PN}-shell \ | ||
${PYTHON_PN}-datetime \ | ||
${PYTHON_PN}-netclient \ | ||
" | ||
|
||
do_install:prepend() { | ||
export RUAMEL_NO_PIP_INSTALL_CHECK=1 | ||
} | ||
|
||
BBCLASSEXTEND = "native nativesdk" |
45 changes: 0 additions & 45 deletions
45
recipes-devtools/python/python3-ruamel-yaml-clib_0.2.8.bb_
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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