diff options
author | Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> | 2018-06-04 16:56:09 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-05 18:17:21 -0700 |
commit | 97c33d0d9efbaaed4057ecc36806f4f7b43e4841 (patch) | |
tree | d1413b73723c21014d4fdc50d6fd1c11d7f7a63d /meta-python/recipes-devtools/python/python-cryptography.inc | |
parent | 5a0e68126215900b410db3136d560555b65f686f (diff) | |
download | meta-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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography.inc | 1 |
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 += " \ | |||
39 | ${PYTHON_PN}-iso8601 \ | 39 | ${PYTHON_PN}-iso8601 \ |
40 | ${PYTHON_PN}-pretend \ | 40 | ${PYTHON_PN}-pretend \ |
41 | ${PYTHON_PN}-pytest \ | 41 | ${PYTHON_PN}-pytest \ |
42 | ${PYTHON_PN}-pytz \ | ||
42 | " | 43 | " |
43 | 44 | ||
44 | inherit ptest | 45 | inherit ptest |