summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
index e3c5e7a3ac..feb9ab3e27 100644
--- a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb
@@ -13,9 +13,13 @@ SRC_URI[sha256sum] = "5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd05
13 13
14inherit pypi setuptools3 ptest 14inherit pypi setuptools3 ptest
15 15
16RDEPENDS:${PN} += " \
17 python3-requests \
18 python3-unittest \
19"
20
16RDEPENDS:${PN}-ptest += " \ 21RDEPENDS:${PN}-ptest += " \
17 ${PYTHON_PN}-pytest \ 22 ${PYTHON_PN}-pytest \
18 ${PYTHON_PN}-requests \
19" 23"
20 24
21do_install_ptest() { 25do_install_ptest() {