From d3dd8742be9ff88e867f030c96c0f876b037e314 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Dec 2022 14:46:22 +0800 Subject: python3-multidict: upgrade 6.0.3 -> 6.0.4 Changelog: ========== -Fixed a type annotations regression introduced in v6.0.2 under Python versions <3.10. It was caused by importing certain types only available in newer versions. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-multidict_6.0.3.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb (limited to 'meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb b/meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb deleted file mode 100644 index d54a673b41..0000000000 --- a/meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args etc." -HOMEPAGE = "https://github.com/aio-libs/multidict/" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=84c63e2bcd84e619d249af5181e2147f" - -SRC_URI[sha256sum] = "2523a29006c034687eccd3ee70093a697129a3ffe8732535d3b2df6a4ecc279d" - -inherit pypi setuptools3 ptest - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf