diff options
author | Derek Straka <derek@asterius.io> | 2024-12-12 21:20:53 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-12 13:53:42 -0800 |
commit | af28a667fb22d0023807e8c3319d0923bee39020 (patch) | |
tree | 40e8d997069ab966b4a792909212fca0fc23f318 | |
parent | 0f6927d5e2b174f87b27a8a2c723d1050179b432 (diff) | |
download | meta-openembedded-af28a667fb22d0023807e8c3319d0923bee39020.tar.gz |
python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb index 3ed18905fc..fc9991e374 100644 --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb | |||
@@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1 | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | PYPI_PACKAGE = "prompt_toolkit" | 10 | PYPI_PACKAGE = "prompt_toolkit" |
11 | UPSTREAM_CHECK_PYPI_PACKAGE = "prompt_toolkit" | ||
11 | 12 | ||
12 | RDEPENDS:${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
13 | python3-core \ | 14 | python3-core \ |