summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-serpent_1.41.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-serpent_1.41.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
index 480e3ab388..941b5ee0f3 100644
--- a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
@@ -11,8 +11,9 @@ SRC_URI += " \
11" 11"
12 12
13RDEPENDS:${PN}-ptest += " \ 13RDEPENDS:${PN}-ptest += " \
14 ${PYTHON_PN}-pytest \ 14 python3-pytest \
15 ${PYTHON_PN}-pytz \ 15 python3-pytz \
16 python3-unittest-automake-output \
16" 17"
17 18
18do_install_ptest() { 19do_install_ptest() {
@@ -21,6 +22,6 @@ do_install_ptest() {
21} 22}
22 23
23RDEPENDS:${PN} += "\ 24RDEPENDS:${PN} += "\
24 ${PYTHON_PN}-netclient \ 25 python3-netclient \
25 ${PYTHON_PN}-numbers \ 26 python3-numbers \
26" 27"