diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | 6 |
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 | ||
14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
15 | 15 | ||
16 | RDEPENDS:${PN} += " \ | ||
17 | python3-requests \ | ||
18 | python3-unittest \ | ||
19 | " | ||
20 | |||
16 | RDEPENDS:${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |
18 | ${PYTHON_PN}-requests \ | ||
19 | " | 23 | " |
20 | 24 | ||
21 | do_install_ptest() { | 25 | do_install_ptest() { |