[oe-commits] [meta-openembedded] 07/09: python-cryptography: Add python-pytz in RDEPENDS to fix ptest failures

git at git.openembedded.org git at git.openembedded.org
Wed Jun 6 03:47:56 UTC 2018


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

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

commit 97c33d0d9efbaaed4057ecc36806f4f7b43e4841
Author: Jagadeesh Krishnanjanappa <jkrishnanjanappa at mvista.com>
AuthorDate: Mon Jun 4 16:56:09 2018 +0530

    python-cryptography: Add python-pytz in RDEPENDS to fix ptest failures
    
    It fixes below test failure:
    -- snip --
    ImportError while importing test module '/usr/lib64/python-cryptography/ptest/tests/test_x509.py'.
    Hint: make sure your test modules/packages have valid Python names.
    Traceback:
    tests/test_x509.py:17: in <module>
        import pytz
    E   ImportError: No module named pytz
    -- snip --
    
    Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa at mvista.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-cryptography.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
index 4be7907..13d2ba8 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -39,6 +39,7 @@ RDEPENDS_${PN}-ptest += " \
     ${PYTHON_PN}-iso8601 \
     ${PYTHON_PN}-pretend \
     ${PYTHON_PN}-pytest \
+    ${PYTHON_PN}-pytz \
 "
 
 inherit ptest

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


More information about the Openembedded-commits mailing list