From 605e9d1809c66807263e275db160d84354c04ecd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Mar 2022 10:53:15 -0800 Subject: [PATCH] python3-dbussy: Define PIP_INSTALL_PACKAGE Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb index 0cf9dc8a7d..1911182fcd 100644 --- a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb @@ -12,6 +12,8 @@ S = "${WORKDIR}/git" inherit setuptools3 +PIP_INSTALL_PACKAGE = "DBussy" + RDEPENDS:${PN} += "\ python3-asyncio \ python3-core \