From: Bartosz Golaszewski Date: Wed, 17 May 2023 08:06:27 +0000 (+0200) Subject: python3-hypothesis: fix run-time dependencies X-Git-Tag: uninative-3.10~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=434f9473791f0159bf79df7731753ff91bdbe190;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-hypothesis: fix run-time dependencies The main hypothesis module depends on pytest already so move it to global RDEPENDS from ptest-specific ones. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- 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 8ec885fabf2..15f4090c6db 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} += " \ python3-compression \ python3-core \ python3-json \ + python3-pytest \ python3-sortedcontainers \ python3-statistics \ python3-unittest \ " RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ ${PYTHON_PN}-unittest-automake-output \ "