1SUMMARY = "Execute commands and copy files over SSH to multiple machines at once."
2HOMEPAGE = "https://github.com/krig/parallax/"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=52c67ffa6102f288a0347f8c5802fd18"
5
6SRC_URI[md5sum] = "e312397b083426af84db7076dc2a28d7"
7SRC_URI[sha256sum] = "c16703202ff67aed4740c0727df304abe9f3e7851e653533b24de21b338d9081"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin"
12
13BBCLASSEXTEND = "native nativesdk"
14