diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-26 10:27:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-30 14:01:07 +0000 |
| commit | 78be3dcdcfe04afc49b654ca1beea04db0a8cf80 (patch) | |
| tree | dcb32c9c654b5cdc996cd05e4f6e52fd81726de4 /meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb | |
| parent | 546675db20013d1e2c3d7e4abcbde4b888b12a93 (diff) | |
| download | poky-78be3dcdcfe04afc49b654ca1beea04db0a8cf80.tar.gz | |
python3-importlib-metadata: update 3.1.1 -> 3.3.0
Correct SRC_URI and upstream regex to enable automatic version upgrades.
(From OE-Core rev: 5c04abf915b32481081c6eef41595d6f3db08613)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb b/meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb deleted file mode 100644 index 56b57cc32a..0000000000 --- a/meta/recipes-devtools/python/python3-importlib-metadata_3.1.1.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | DESCRIPTION = "Read metadata from Python packages" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/importlib-metadata/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e88ae122f3925d8bde8319060f2ddb8e" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI = "https://files.pythonhosted.org/packages/3f/a8/16dc098b0addd1c20719c18a86e985be851b3ec1e103e703297169bb22cc/importlib_metadata-3.1.1.tar.gz" | ||
| 9 | SRC_URI[sha256sum] = "b0c2d3b226157ae4517d9625decf63591461c66b3a808c2666d538946519d170" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/importlib_metadata-${PV}" | ||
| 12 | |||
| 13 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 14 | RDEPENDS_${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2" | ||
| 15 | RDEPENDS_${PN}_append_class-target = " python3-misc" | ||
| 16 | RDEPENDS_${PN}_append_class-nativesdk = " python3-misc" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
