Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 1 | SUMMARY = "REPL plugin for Click" |
2 | HOMEPAGE = "https://github.com/untitaker/click-repl" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=580facc4832cac548fad94845542da44" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "17849c23dba3d667247dc4defe1757fff98694e90fe37474f3feebb69ced26a9" | ||||
7 | |||||
8 | inherit pypi setuptools3 | ||||
9 | |||||
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 10 | RDEPENDS:${PN} = "python3-click python3-prompt-toolkit" |