summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-17 10:06:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:49 +0100
commit709411fac3ae2e861cb7e51930a6082da73528c8 (patch)
tree84f43c5cd5c6832246e4ce397ee75cd17dbc47e5 /meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
parent4589cc39da3f7f28c298a9ef36bf361835d07822 (diff)
downloadpoky-709411fac3ae2e861cb7e51930a6082da73528c8.tar.gz
python3-hypothesis: fix run-time dependencies
The main hypothesis module depends on pytest already so move it to global RDEPENDS from ptest-specific ones. (From OE-Core rev: 434f9473791f0159bf79df7731753ff91bdbe190) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
index 8ec885fabf..15f4090c6d 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
@@ -20,13 +20,13 @@ RDEPENDS:${PN} += " \
20 python3-compression \ 20 python3-compression \
21 python3-core \ 21 python3-core \
22 python3-json \ 22 python3-json \
23 python3-pytest \
23 python3-sortedcontainers \ 24 python3-sortedcontainers \
24 python3-statistics \ 25 python3-statistics \
25 python3-unittest \ 26 python3-unittest \
26 " 27 "
27 28
28RDEPENDS:${PN}-ptest += " \ 29RDEPENDS:${PN}-ptest += " \
29 ${PYTHON_PN}-pytest \
30 ${PYTHON_PN}-unittest-automake-output \ 30 ${PYTHON_PN}-unittest-automake-output \
31 " 31 "
32 32