瀏覽代碼

guider: Set PYPA_WHEEL

Fixes build with wheels

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 3 年之前
父節點
當前提交
1af9f4503b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      meta-oe/recipes-devtools/guider/guider_3.9.8.bb

+ 1 - 0
meta-oe/recipes-devtools/guider/guider_3.9.8.bb

@@ -14,6 +14,7 @@ SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3"
 S = "${WORKDIR}/git"
 
 inherit setuptools3
+PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-3.9.8-*.whl"
 
 RDEPENDS:${PN} = "python3 python3-core \
         python3-ctypes python3-shell python3-json"