summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb
blob: c48c3e2cec62f3b3c3e5a5b45e9b0376a8989198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Robot Framework test library for serial connection"
HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ad407cda031a6aaf51a1fecaaa6e7d29"

SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb"

PYPI_PACKAGE = "robotframework-seriallibrary"

inherit pypi setuptools3

RDEPENDS:${PN} += " \
    python3-pyserial \
    python3-robotframework \
"