blob: 701c82cda87df154ec54d397ea300cee8c886777 [file] [log] [blame]
Andrew Geissler72956ed2021-01-08 16:11:14 -06001SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47"
4
5inherit pypi setuptools3
6
7SRC_URI[sha256sum] = "032e10113139852ffb3ecfa4c2a5138f87441d85c3d6ad9122bb4b0978180a8d"
8
9RDEPENDS_${PN} += "python3-six"