diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-07-30 06:02:43 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 08:50:19 -0700 |
| commit | f1247115d164fd407c24325334d15075b1918634 (patch) | |
| tree | b8c918ef4df8aff17c01f79e8deef27ca6be76bc /meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb | |
| parent | 5f97fef85951e02db65b5461e42ba38071717256 (diff) | |
| download | meta-openembedded-f1247115d164fd407c24325334d15075b1918634.tar.gz | |
python3-dominate: upgrade 2.6.0 -> 2.7.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb b/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb deleted file mode 100644 index 8e17438262..0000000000 --- a/meta-python/recipes-devtools/python/python3-dominate_2.6.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[md5sum] = "9f714324ca99eee98bb3c3cdbe838de6" | ||
| 6 | SRC_URI[sha256sum] = "76ec2cde23700a6fc4fee098168b9dee43b99c2f1dd0ca6a711f683e8eb7e1e4" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 ptest | ||
| 9 | |||
| 10 | SRC_URI += " \ | ||
| 11 | file://run-ptest \ | ||
| 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 | " | ||
