blob: 30c2c81a1a3a39d466c23108cd4e3dd3c3b12872 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Library for building powerful interactive command lines in Python"
2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
4
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005SRC_URI[md5sum] = "427b496d2c147bd3819bc3a7f6e0d493"
6SRC_URI[sha256sum] = "33d68ca09f76cd73287fde7df5748ffacf26a8238dd61ee81ac50860ea7c6776"
Patrick Williamsddad1a12017-02-23 20:36:32 -06007
8PYPI_PACKAGE = "prompt_toolkit"
9
10RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-core \
12 ${PYTHON_PN}-six \
13 ${PYTHON_PN}-subprocess \
14 ${PYTHON_PN}-terminal \
15 ${PYTHON_PN}-threading \
16 ${PYTHON_PN}-wcwidth \
17"
18
19BBCLASSEXTEND = "native nativesdk"