aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorSlater, Joseph <joe.slater@windriver.com>2020-05-08 11:07:41 -0700
committerArmin Kuster <akuster808@gmail.com>2020-05-17 14:41:35 -0700
commit47b63311bdeb494a7db3421def9c8e007e826602 (patch)
tree2abe5cdb4bc0583b442774550cac9708134d58bd /meta-python/recipes-devtools
parent8fc86e7f5da2c96399e06e3d1b62c2637b24bdc9 (diff)
downloadmeta-openembedded-47b63311bdeb494a7db3421def9c8e007e826602.tar.gz
python3-pyhamcrest: add rdep
python3-six. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b34cb7ca8c2625ed9ab439dc50cf2ced0cc4571d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb2
1 files changed, 2 insertions, 0 deletions
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"