blob: 08eef746f95304452fcb7365fc49d4f23168fcf6 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Serial Port Support for Python"
2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0051a0dc811ee3fdb17a2fd0be44f3ad"
4
5# FIXME might stop packaging serialwin32 and serialjava files
6
7RDEPENDS_${PN} = "\
8 ${PYTHON_PN}-fcntl \
9 ${PYTHON_PN}-io \
10 ${PYTHON_PN}-stringold \
11"
12
13SRC_URI[md5sum] = "c8521e49f8852196aac39431e0901703"
14SRC_URI[sha256sum] = "969cb6405d1d87f8960cf9c10f597ae58f85da2fb9769dba96f4aeeaade54656"
15
16inherit pypi