aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>2018-06-04 16:56:09 +0530
committerKhem Raj <raj.khem@gmail.com>2018-06-05 18:17:21 -0700
commit97c33d0d9efbaaed4057ecc36806f4f7b43e4841 (patch)
treed1413b73723c21014d4fdc50d6fd1c11d7f7a63d
parent5a0e68126215900b410db3136d560555b65f686f (diff)
downloadmeta-openembedded-97c33d0d9efbaaed4057ecc36806f4f7b43e4841.tar.gz
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@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-cryptography.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
index 4be79077e3..13d2ba800d 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