From 97c33d0d9efbaaed4057ecc36806f4f7b43e4841 Mon Sep 17 00:00:00 2001 From: Jagadeesh Krishnanjanappa Date: Mon, 4 Jun 2018 16:56:09 +0530 Subject: 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 import pytz E ImportError: No module named pytz -- snip -- Signed-off-by: Jagadeesh Krishnanjanappa Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cryptography.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python-cryptography.inc') 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 -- cgit 1.2.3-korg