summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-02 10:53:15 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:07 -0800
commit605e9d1809c66807263e275db160d84354c04ecd (patch)
tree255847f75ee8926cca229765ea525500f506a1aa
parent039fb4f79c375436b5f60575b8383c932471b38e (diff)
downloadmeta-openembedded-605e9d1809c66807263e275db160d84354c04ecd.tar.gz
python3-dbussy: Define PIP_INSTALL_PACKAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-dbussy_1.3.bb2
1 files changed, 2 insertions, 0 deletions
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 0cf9dc8a7..1911182fc 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"
12 12
13inherit setuptools3 13inherit setuptools3
14 14
15PIP_INSTALL_PACKAGE = "DBussy"
16
15RDEPENDS:${PN} += "\ 17RDEPENDS:${PN} += "\
16 python3-asyncio \ 18 python3-asyncio \
17 python3-core \ 19 python3-core \