diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-07 11:02:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-06 21:21:41 -0800 |
commit | fd5d3560e0ced6179301fa47f5da7da4c3c75bd0 (patch) | |
tree | cad83d6373169438a014793d437ae3efa4bc880f /meta-python/recipes-devtools/python/python-dominate.inc | |
parent | 576cee8cc4b94d346035ba6c0256c2bd802d9747 (diff) | |
download | meta-openembedded-fd5d3560e0ced6179301fa47f5da7da4c3c75bd0.tar.gz |
python-dominate: upgrade 2.3.1 -> 2.4.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-dominate.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-dominate.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-dominate.inc b/meta-python/recipes-devtools/python/python-dominate.inc index ecf74a0bc5..7e499a6c7a 100644 --- a/meta-python/recipes-devtools/python/python-dominate.inc +++ b/meta-python/recipes-devtools/python/python-dominate.inc | |||
@@ -2,8 +2,8 @@ SUMMARY = "Dominate is a Python library for creating and manipulating HTML docum | |||
2 | LICENSE = "LGPLv3" | 2 | LICENSE = "LGPLv3" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "45bd97e6f7888aac24ae86013c57638e" | 5 | SRC_URI[md5sum] = "27d3aa7e0d67902c505e248e705e5e2e" |
6 | SRC_URI[sha256sum] = "4b8ce6f33633c9dd9175b228d21c00c801b6bd0327747cd5e17fc2da934c3a69" | 6 | SRC_URI[sha256sum] = "a92474b4312bd8b4c1789792f3ec8c571cd8afa8e7502a2b1c64dd48cd67e59c" |
7 | 7 | ||
8 | RDEPENDS_${PN} += "\ | 8 | RDEPENDS_${PN} += "\ |
9 | ${PYTHON_PN}-numbers \ | 9 | ${PYTHON_PN}-numbers \ |