diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-configargparse_1.3.bb (renamed from meta-python/recipes-devtools/python/python3-configargparse_1.2.3.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.2.3.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.3.bb index 54841c2433..aac58de37f 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.3.bb | |||
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "8978866babc7ff0994f691ebe48b5aba" | 6 | SRC_URI[sha256sum] = "0428b975ab6c48bb101ccb732e1b5cb616296e28268e032aa806f32b647a1cc1" |
7 | SRC_URI[sha256sum] = "edd17be986d5c1ba2e307150b8e5f5107aba125f3574dddd02c85d5cdcfd37dc" | ||
8 | 7 | ||
9 | PYPI_PACKAGE = "ConfigArgParse" | 8 | PYPI_PACKAGE = "ConfigArgParse" |
10 | 9 | ||
@@ -19,4 +18,3 @@ RDEPENDS_${PN} += "\ | |||
19 | " | 18 | " |
20 | 19 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
22 | |||