mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
5a0e681262
commit
97c33d0d9e
@ -39,6 +39,7 @@ RDEPENDS_${PN}-ptest += " \
|
||||
${PYTHON_PN}-iso8601 \
|
||||
${PYTHON_PN}-pretend \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-pytz \
|
||||
"
|
||||
|
||||
inherit ptest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user