[oe-commits] [meta-openembedded] 56/69: python-pytz: correct the RDEPENDS to work on a minimal python install

git at git.openembedded.org git at git.openembedded.org
Mon Dec 11 03:28:39 UTC 2017


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

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

commit 2259bc3a98d86e6632da5fc1852a41fe007594bd
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Nov 29 17:21:21 2017 -0500

    python-pytz: correct the RDEPENDS to work on a minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-pytz.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc
index 026489a..e79f433 100644
--- a/meta-python/recipes-devtools/python/python-pytz.inc
+++ b/meta-python/recipes-devtools/python/python-pytz.inc
@@ -11,7 +11,9 @@ SRC_URI[sha256sum] = "fae4cffc040921b8a2d60c6cf0b5d662c1190fe54d718271db4eb17d44
 
 RDEPENDS_${PN}_class-target += "\
     ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-doctest \
     ${PYTHON_PN}-io \
+    ${PYTHON_PN}-pprint \
     ${PYTHON_PN}-threading \
 "
 

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


More information about the Openembedded-commits mailing list