summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-10-15 11:05:40 +0300
committerKhem Raj <raj.khem@gmail.com>2025-10-15 12:03:01 -0700
commit2b7d18164e36010eebc0dcb1cc3c04eae53833af (patch)
treefeaf103af31d6d2640e90e244643de9b2466f8c3 /meta-python/recipes-devtools/python/python3-configargparse_1.7.bb
parent76504627f464171a5b205a6a5efd11cdbefc85f8 (diff)
downloadmeta-openembedded-2b7d18164e36010eebc0dcb1cc3c04eae53833af.tar.gz
python3-configargparse: Upgrade 1.7 -> 1.7.1
Upgrade to release 1.7.1: - Fix the package metadata on supported python versions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configargparse_1.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-configargparse_1.7.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb
deleted file mode 100644
index 4d18b6392d..0000000000
--- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables."
2HOMEPAGE = "https://github.com/bw2/ConfigArgParse"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943"
5
6SRC_URI[sha256sum] = "e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1"
7
8PYPI_PACKAGE = "ConfigArgParse"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10
11inherit pypi setuptools3
12
13PACKAGECONFIG ?= "yaml"
14PACKAGECONFIG[yaml] = ",,,python3-pyyaml"
15
16RDEPENDS:${PN} += "\
17 python3-core \
18 python3-shell \
19 python3-json \
20"
21
22BBCLASSEXTEND = "native nativesdk"