blob: 00a4ec86b7e124c62e55204555d734672cdc00ee [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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
Andrew Geissler2ee498a2020-05-29 15:52:06 -05006SRC_URI[md5sum] = "e312397b083426af84db7076dc2a28d7"
7SRC_URI[sha256sum] = "c16703202ff67aed4740c0727df304abe9f3e7851e653533b24de21b338d9081"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9inherit pypi setuptools3
10
Patrick Williams213cb262021-08-07 19:21:33 -050011RDEPENDS:${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin"
Andrew Geissler7f40b712020-05-15 14:09:53 -050012
Andrew Geissler82c905d2020-04-13 13:39:40 -050013BBCLASSEXTEND = "native nativesdk"