diff options
-rw-r--r-- | meta-oe/recipes-devtools/guider/guider_3.9.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb index 47d872a400..3c3f069df2 100644 --- a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb +++ b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb | |||
@@ -14,6 +14,7 @@ SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3" | |||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit setuptools3 | 16 | inherit setuptools3 |
17 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-3.9.8-*.whl" | ||
17 | 18 | ||
18 | RDEPENDS:${PN} = "python3 python3-core \ | 19 | RDEPENDS:${PN} = "python3 python3-core \ |
19 | python3-ctypes python3-shell python3-json" | 20 | python3-ctypes python3-shell python3-json" |