python3-robotframework-seriallibrary: Switch to PEP-517 poetry build backend

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-04-11 21:14:44 -07:00
parent c63c99ab38
commit cb4cd9e3e5
2 changed files with 33 additions and 1 deletions

View File

@@ -3,11 +3,12 @@ HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ad407cda031a6aaf51a1fecaaa6e7d29"
SRC_URI += "file://0001-pyproject.toml-Replace-install_requires.patch"
SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb"
PYPI_PACKAGE = "robotframework-seriallibrary"
inherit pypi setuptools3
inherit pypi python_poetry_core
RDEPENDS:${PN} += " \
python3-pyserial \