Hi Yocto, I'm struggling at adding a Python3 package. The package is Pyueye my BB file looks like this : ----------- SUMMARY = "pyueye" DESCRIPTION = "pip3 install pyueye" HOMEPAGE = "https://pypi.org/project/pyueye/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d93c89ef0026a2ecf28a6a7bea9d1062" SRC_URI[md5sum] = "0398e0d39d241921a8290b5c891f0e63" SRC_URI[sha256sum] = "54c389176d359259c930f22035f1c006df37b4be9a71954a7fa864d679adc3a4" PYPI_PACKAGE = "pyueye" PYPI_PACKAGE_EXT = "zip" inherit pypi BBCLASSEXTEND = "native nativesdk" --------------