From 47b63311bdeb494a7db3421def9c8e007e826602 Mon Sep 17 00:00:00 2001 From: "Slater, Joseph" Date: Fri, 8 May 2020 11:07:41 -0700 Subject: [PATCH] python3-pyhamcrest: add rdep python3-six. Signed-off-by: Joe Slater Signed-off-by: Khem Raj (cherry picked from commit b34cb7ca8c2625ed9ab439dc50cf2ced0cc4571d) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb index 04aa9b47f0..ee96a079a7 100644 --- a/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb @@ -8,3 +8,5 @@ SRC_URI[md5sum] = "8b833a3fa30197455df79424f30c8c3f" SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd" inherit pypi setuptools3 + +RDEPENDS_${PN} += "${PYTHON_PN}-six"