diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-03-11 11:04:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-11 21:29:50 +0000 |
commit | 14929d8bf15fccef1e503019c2669e755e5666c3 (patch) | |
tree | 6e207d09cf1508c928ea96c94274c2d03a69c889 | |
parent | 6bc68a4e28c2332ed903aef447bda0848989453a (diff) | |
download | poky-14929d8bf15fccef1e503019c2669e755e5666c3.tar.gz |
python3-roman-numbers-py: correct upstream version check
(From OE-Core rev: 40ca9ee277f8638fde5f8afb2246f79a56ab9a42)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb b/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb index 2f22f15d69..9a76df0de2 100644 --- a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb +++ b/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=bfcc8b16e42929aafeb9d414360bc2fd" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d" | 6 | SRC_URI[sha256sum] = "be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d" |
7 | PYPI_PACKAGE = "roman_numerals_py" | 7 | PYPI_PACKAGE = "roman_numerals_py" |
8 | UPSTREAM_CHECK_PYPI_PACKAGE = "roman_numerals_py" | ||
8 | 9 | ||
9 | inherit pypi python_flit_core | 10 | inherit pypi python_flit_core |
10 | 11 | ||