mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-07 19:28:39 +00:00
python3-rich-toolkit: upgrade 0.15.1 -> 0.19.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Rich toolkit for building command-line applications"
|
||||
HOMEPAGE = "https://github.com/patrick91/rich-toolkit"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6"
|
||||
|
||||
SRC_URI[sha256sum] = "133c0915872da91d4c25d85342d5ec1dfacc69b63448af1a08a0d4b4f23ef46e"
|
||||
|
||||
inherit pypi python_hatchling ptest-python-pytest
|
||||
|
||||
PYPI_PACKAGE = "rich_toolkit"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-click \
|
||||
python3-rich \
|
||||
python3-typing-extensions \
|
||||
python3-inline-snapshot \
|
||||
"
|
||||
Reference in New Issue
Block a user