Message ID | 20241212212013.3548343-1-derek@asterius.io |
---|---|
State | Under Review |
Headers | show |
Series | [meta-python] python-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking | expand |
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 3ed18905f..fc9991e37 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 inherit pypi setuptools3 PYPI_PACKAGE = "prompt_toolkit" +UPSTREAM_CHECK_PYPI_PACKAGE = "prompt_toolkit" RDEPENDS:${PN} += " \ python3-core \
Signed-off-by: Derek Straka <derek@asterius.io> --- .../recipes-devtools/python/python3-prompt-toolkit_3.0.48.bb | 1 + 1 file changed, 1 insertion(+)