diff options
author | Derek Straka <derek@asterius.io> | 2017-05-24 17:19:46 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-05 11:01:46 +0200 |
commit | c153090fdeaeff7870599494460dfc0375480d4f (patch) | |
tree | b7000e391da09e9061003c275a33869f52575040 /meta-python/recipes-devtools/python/python-progress.inc | |
parent | 86e80c8a60a3093299167189f2d7d8c90cd587be (diff) | |
download | meta-openembedded-c153090fdeaeff7870599494460dfc0375480d4f.tar.gz |
python-progress: update to version 1.3 and add RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-progress.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-progress.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-progress.inc b/meta-python/recipes-devtools/python/python-progress.inc index 80d0a58450..297c0d373a 100644 --- a/meta-python/recipes-devtools/python/python-progress.inc +++ b/meta-python/recipes-devtools/python/python-progress.inc | |||
@@ -3,7 +3,12 @@ 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] = "c1dbf49a41e80408d3874d976ba894cc" | 6 | SRC_URI[md5sum] = "f65ccfcc2339d522b2dd5801aaa40dc7" |
7 | SRC_URI[sha256sum] = "5b6a50f9ac76820f619d7789b5354881c8c10060a64047e415868d8f503cc2eb" | 7 | SRC_URI[sha256sum] = "c88d89ee3bd06716a0b8b5504d9c3bcb3c1c0ab98f96dc7f1dc5f56812a4f60a" |
8 | |||
9 | RDEPENDS_${PN}_class-target += " \ | ||
10 | ${PYTHON_PN}-datetime \ | ||
11 | ${PYTHON_PN}-math \ | ||
12 | " | ||
8 | 13 | ||
9 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |