diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2023-12-18 19:09:00 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:25 -0800 |
| commit | 1d887eede793e8e3da3a75f3ffead7ea1d867698 (patch) | |
| tree | fdad1d19475ba894197e093955f6be6515475e92 /meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb | |
| parent | c6ba2fcc4a46cf8df0060d1dc90d4b6864cb6140 (diff) | |
| download | meta-openembedded-1d887eede793e8e3da3a75f3ffead7ea1d867698.tar.gz | |
python3-dominate: upgrade 2.8.0 -> 2.9.0
Upgrade to version 2.9.0:
- Modernize setuptools support to use pyproject.toml
- Remove brittle test
Remove fix-ptests.patch as the issue has been solved upstream.
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-dominate_2.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb b/meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb deleted file mode 100644 index 6b0489e4fd..0000000000 --- a/meta-python/recipes-devtools/python/python3-dominate_2.8.0.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API." | ||
| 2 | LICENSE = "LGPL-3.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "4c90c3befaf88e612b71f4b39af7bcbef8977acfa855cec957225a8fbf504007" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 ptest | ||
| 8 | |||
| 9 | SRC_URI += " \ | ||
| 10 | file://run-ptest \ | ||
| 11 | file://fix-ptests.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN}-ptest += " \ | ||
| 15 | ${PYTHON_PN}-pytest \ | ||
| 16 | " | ||
| 17 | |||
| 18 | do_install_ptest() { | ||
| 19 | install -d ${D}${PTEST_PATH}/tests | ||
| 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 21 | } | ||
| 22 | |||
| 23 | RDEPENDS:${PN} += "\ | ||
| 24 | ${PYTHON_PN}-numbers \ | ||
| 25 | ${PYTHON_PN}-threading \ | ||
| 26 | " | ||
