- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
13 lines
434 B
BlitzBasic
13 lines
434 B
BlitzBasic
SUMMARY = "Python expectaton library"
|
|
DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
|
|
SECTION = "devel/python"
|
|
HOMEPAGE = " https://bitbucket.org/dwt/pyexpect"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "659351e7ee8923b42de8a774fabfc806acf07377d7fd19f2ea4412ef8f619c6a"
|
|
|
|
RDEPENDS:${PN} += "python3-numbers"
|