Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Execute commands and copy files over SSH to multiple machines at once." |
| 2 | HOMEPAGE = "https://github.com/krig/parallax/" |
| 3 | LICENSE = "BSD" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=52c67ffa6102f288a0347f8c5802fd18" |
| 5 | |
| 6 | SRC_URI[md5sum] = "f8d04e9e246291536b705df7f60a55c9" |
| 7 | SRC_URI[sha256sum] = "e9e4dc500f1306a638df0f19d4ef976a623b260fc614c55cb1fd0d8410b3c4ba" |
| 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
Andrew Geissler | 7f40b71 | 2020-05-15 14:09:53 -0500 | [diff] [blame^] | 11 | RDEPENDS_${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin" |
| 12 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 13 | BBCLASSEXTEND = "native nativesdk" |