[meta-python,4/5] python3-dbussy: Define PIP_INSTALL_PACKAGE

Message ID 20220302185746.2402043-4-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/5] python3-keras-applications: Define PIP_INSTALL_PACKAGE | expand

Commit Message

Khem Raj March 2, 2022, 6:57 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

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 \