Patrick Williams | 03514f1 | 2024-04-05 07:04:11 -0500 | [diff] [blame^] | 1 | SUMMARY = "Pythonic task execution" |
2 | HOMEPAGE = "https://www.pyinvoke.org/" | ||||
3 | LICENSE = "BSD-2-Clause" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5" | ||||
7 | |||||
8 | inherit pypi setuptools3 | ||||
9 | |||||
10 | RDEPENDS:${PN} += " \ | ||||
11 | python3-fcntl \ | ||||
12 | python3-json \ | ||||
13 | python3-logging \ | ||||
14 | python3-pprint \ | ||||
15 | python3-terminal \ | ||||
16 | python3-unittest \ | ||||
17 | python3-unixadmin \ | ||||
18 | " |