diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb index ddfe4b99c6..dc5f173888 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb @@ -15,4 +15,6 @@ S = "${WORKDIR}/git" inherit setuptools3 +PIP_INSTALL_PACKAGE = "marshmallow" + RDEPENDS:${PN} += "python3-core"