diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-08-22 11:35:14 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-23 09:12:37 +0100 |
| commit | 72e7ca95db93f31c48397847e87298b6dc0c0974 (patch) | |
| tree | 4b2f6aeebbc932f033c00c86ec2727b225b0cea6 /meta/recipes-devtools/python/python3-uritools_4.0.2.bb | |
| parent | 071d0d1b4a620d2e37ba7f39a26a942605b50965 (diff) | |
| download | poky-72e7ca95db93f31c48397847e87298b6dc0c0974.tar.gz | |
python3-uritools: upgrade 4.0.2 -> 4.0.3
License-Update: copyright years
(From OE-Core rev: 807babe5392d3db02b237b17ad5ae773265c26de)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-uritools_4.0.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-uritools_4.0.2.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/python/python3-uritools_4.0.2.bb b/meta/recipes-devtools/python/python3-uritools_4.0.2.bb deleted file mode 100644 index 693d1974be..0000000000 --- a/meta/recipes-devtools/python/python3-uritools_4.0.2.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "URI parsing, classification and composition" | ||
| 2 | HOMEPAGE = "https://github.com/tkem/uritools/" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ec55353c80c662e4255f8889a0ca558" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "04df2b787d0eb76200e8319382a03562fbfe4741fd66c15506b08d3b8211d573" | ||
| 8 | |||
| 9 | SRC_URI += "file://run-ptest" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta ptest | ||
| 12 | |||
| 13 | do_install_ptest() { | ||
| 14 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/ | ||
| 15 | } | ||
| 16 | |||
| 17 | RDEPENDS:${PN}-ptest += " \ | ||
| 18 | python3-pytest \ | ||
| 19 | python3-unittest-automake-output \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
