mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-02 22:30:26 +00:00
python3-humanize: Upgrade 4.1.0 -> 4.2.0
Upgrade to release 4.2.0: - Add humanize.metric() for converting big/small numbers to SI units - Add type hints Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "Python humanize utilities"
|
||||
HOMEPAGE = "http://github.com/jmoiron/humanize"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
|
||||
|
||||
SRC_URI[sha256sum] = "b79797c101f274a19ed7b5f0cd3aa65e1aa379868b974692a9d3129ccc311be2"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += "\
|
||||
${PYTHON_PN}-setuptools-scm-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-setuptools \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user