diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-11 21:14:44 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-11 21:15:25 -0700 |
| commit | cb4cd9e3e543651735bc740810d73fd317779026 (patch) | |
| tree | a6368ee205ba7b1eeba752396c51d2dca0feb41e /meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb | |
| parent | c63c99ab386e2ea79179ca9dd62038dffdc7cbf6 (diff) | |
| download | meta-openembedded-cb4cd9e3e543651735bc740810d73fd317779026.tar.gz | |
python3-robotframework-seriallibrary: Switch to PEP-517 poetry build backend
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb index c48c3e2cec..7f282c0fbe 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb | |||
| @@ -3,11 +3,12 @@ HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary" | |||
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad407cda031a6aaf51a1fecaaa6e7d29" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad407cda031a6aaf51a1fecaaa6e7d29" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://0001-pyproject.toml-Replace-install_requires.patch" | ||
| 6 | SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb" | 7 | SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb" |
| 7 | 8 | ||
| 8 | PYPI_PACKAGE = "robotframework-seriallibrary" | 9 | PYPI_PACKAGE = "robotframework-seriallibrary" |
| 9 | 10 | ||
| 10 | inherit pypi setuptools3 | 11 | inherit pypi python_poetry_core |
| 11 | 12 | ||
| 12 | RDEPENDS:${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
| 13 | python3-pyserial \ | 14 | python3-pyserial \ |
