diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-15 15:49:14 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-15 15:49:43 -0800 |
| commit | cc1ec784bfae4e60c95915923e511a1fea92d5e1 (patch) | |
| tree | 62f675439ef0b2ed19ea27f771d477a8ce9d4f67 /meta-python/recipes-devtools/python | |
| parent | e8444aa2b0049b09cee82e330f824ae786748fc8 (diff) | |
| download | meta-openembedded-cc1ec784bfae4e60c95915923e511a1fea92d5e1.tar.gz | |
python3-rich-toolkit: Enable ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb index d63850b3ba..b649d41575 100644 --- a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;b | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a" | 6 | SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a" |
| 7 | 7 | ||
| 8 | inherit pypi python_hatchling | 8 | inherit pypi python_hatchling ptest-python-pytest |
| 9 | 9 | ||
| 10 | PYPI_PACKAGE = "rich_toolkit" | 10 | PYPI_PACKAGE = "rich_toolkit" |
| 11 | 11 | ||
| @@ -13,4 +13,5 @@ RDEPENDS:${PN} = "\ | |||
| 13 | python3-click \ | 13 | python3-click \ |
| 14 | python3-rich \ | 14 | python3-rich \ |
| 15 | python3-typing-extensions \ | 15 | python3-typing-extensions \ |
| 16 | python3-inline-snapshot \ | ||
| 16 | " | 17 | " |
