瀏覽代碼

python3-marshmallow: fix wheel build

Recipe does not inherit pypi nor would PN be a good guess at the name of
the wheel. Set PIP_INSTALL_PACKAGE appropriately.

Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
Signed-off-by: Theodore A. Roth <troth@openavr.org>
Reviewed-by: TIm Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Theodore A. Roth 3 年之前
父節點
當前提交
548badd77d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb

+ 2 - 0
meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb

@@ -15,4 +15,6 @@ S = "${WORKDIR}/git"
 
 inherit setuptools3
 
+PIP_INSTALL_PACKAGE = "marshmallow"
+
 RDEPENDS:${PN} += "python3-core"