[oe-commits] [meta-openembedded] 45/54: python-progress: update to version 1.3 and add RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Jun 5 11:12:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit c153090fdeaeff7870599494460dfc0375480d4f
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed May 24 17:19:46 2017 -0400

    python-progress: update to version 1.3 and add RDEPENDS
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-progress.inc          | 9 +++++++--
 .../python/{python-progress_1.2.bb => python-progress_1.3.bb}    | 0
 .../python/{python3-progress_1.2.bb => python3-progress_1.3.bb}  | 0
 3 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 80d0a58..297c0d3 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/"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317"
 
-SRC_URI[md5sum] = "c1dbf49a41e80408d3874d976ba894cc"
-SRC_URI[sha256sum] = "5b6a50f9ac76820f619d7789b5354881c8c10060a64047e415868d8f503cc2eb"
+SRC_URI[md5sum] = "f65ccfcc2339d522b2dd5801aaa40dc7"
+SRC_URI[sha256sum] = "c88d89ee3bd06716a0b8b5504d9c3bcb3c1c0ab98f96dc7f1dc5f56812a4f60a"
+
+RDEPENDS_${PN}_class-target += " \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-math \
+"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python-progress_1.2.bb b/meta-python/recipes-devtools/python/python-progress_1.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-progress_1.2.bb
rename to meta-python/recipes-devtools/python/python-progress_1.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-progress_1.2.bb b/meta-python/recipes-devtools/python/python3-progress_1.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-progress_1.2.bb
rename to meta-python/recipes-devtools/python/python3-progress_1.3.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list