-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-ruamel-yaml-clib-native: added
- Loading branch information
1 parent
d93dac5
commit 3b542f5
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
recipes-devtools/python/python3-ruamel-yaml-clib-native_0.2.12.bb
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,22 @@ | ||
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=3628bf49cf3a3776a82e22f36f8857da" | ||
|
||
PYPI_PACKAGE = "ruamel.yaml.clib" | ||
|
||
inherit pypi setuptools3 native | ||
|
||
SRC_URI[sha256sum] = "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" | ||
|
||
RDEPENDS:${PN} += "\ | ||
${PYTHON_PN}-shell \ | ||
${PYTHON_PN}-datetime \ | ||
${PYTHON_PN}-netclient \ | ||
" | ||
|
||
do_install:prepend() { | ||
export RUAMEL_NO_PIP_INSTALL_CHECK=1 | ||
} |