summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorSlater, Joseph <joe.slater@windriver.com>2020-05-08 11:07:41 -0700
committerKhem Raj <raj.khem@gmail.com>2020-05-08 19:56:06 -0700
commitb34cb7ca8c2625ed9ab439dc50cf2ced0cc4571d (patch)
tree5d8793cf8451583bbb8ba3ddf04f711fb15f090c /meta-python/recipes-devtools/python
parent623cc3dabf77cd0bdec4ca61149f61049c1142e4 (diff)
downloadmeta-openembedded-b34cb7ca8c2625ed9ab439dc50cf2ced0cc4571d.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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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"
8SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd" 8SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd"
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11
12RDEPENDS_${PN} += "${PYTHON_PN}-six"