summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-12-12 21:20:53 +0000
committerKhem Raj <raj.khem@gmail.com>2024-12-12 13:53:42 -0800
commitaf28a667fb22d0023807e8c3319d0923bee39020 (patch)
tree40e8d997069ab966b4a792909212fca0fc23f318
parent0f6927d5e2b174f87b27a8a2c723d1050179b432 (diff)
downloadmeta-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.bb1
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
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10PYPI_PACKAGE = "prompt_toolkit" 10PYPI_PACKAGE = "prompt_toolkit"
11UPSTREAM_CHECK_PYPI_PACKAGE = "prompt_toolkit"
11 12
12RDEPENDS:${PN} += " \ 13RDEPENDS:${PN} += " \
13 python3-core \ 14 python3-core \