diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-packaging_22.0.bb (renamed from meta/recipes-devtools/python/python3-packaging_21.3.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_21.3.bb b/meta/recipes-devtools/python/python3-packaging_22.0.bb index e3b9a440c4..bcf077d2c7 100644 --- a/meta/recipes-devtools/python/python3-packaging_21.3.bb +++ b/meta/recipes-devtools/python/python3-packaging_22.0.bb | |||
| @@ -3,10 +3,8 @@ HOMEPAGE = "https://github.com/pypa/packaging" | |||
| 3 | LICENSE = "Apache-2.0 | BSD-2-Clause" | 3 | LICENSE = "Apache-2.0 | BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" | 6 | SRC_URI[sha256sum] = "2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_flit_core |
| 9 | 9 | ||
| 10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
| 11 | |||
| 12 | RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing" | ||
