diff options
author | Derek Straka <derek@asterius.io> | 2018-07-09 13:42:17 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:42 -0700 |
commit | f18bbfe986b389f6923fa73d9e4d6d82aaa9a73e (patch) | |
tree | eda6c849e198b49aa1fce14d632b644308ade70f /meta-python/recipes-devtools/python/python-progress.inc | |
parent | f452e6900715dc96aa102d0ab3a90f8d747ba068 (diff) | |
download | meta-openembedded-f18bbfe986b389f6923fa73d9e4d6d82aaa9a73e.tar.gz |
python-progress: update to version 1.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-progress.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-progress.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-progress.inc b/meta-python/recipes-devtools/python/python-progress.inc index 297c0d373a..9f00615c46 100644 --- a/meta-python/recipes-devtools/python/python-progress.inc +++ b/meta-python/recipes-devtools/python/python-progress.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "http://github.com/verigak/progress/" | |||
3 | LICENSE = "ISC" | 3 | LICENSE = "ISC" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "f65ccfcc2339d522b2dd5801aaa40dc7" | 6 | SRC_URI[md5sum] = "057981e2f09029288f5255b1ea3ab64d" |
7 | SRC_URI[sha256sum] = "c88d89ee3bd06716a0b8b5504d9c3bcb3c1c0ab98f96dc7f1dc5f56812a4f60a" | 7 | SRC_URI[sha256sum] = "5e2f9da88ed8236a76fffbee3ceefd259589cf42dfbc2cec2877102189fae58a" |
8 | 8 | ||
9 | RDEPENDS_${PN}_class-target += " \ | 9 | RDEPENDS_${PN}_class-target += " \ |
10 | ${PYTHON_PN}-datetime \ | 10 | ${PYTHON_PN}-datetime \ |