blob: 9ec4ec2b669d8898966e0a84294f60590a4c0bde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "Easy progress reporting for Python"
HOMEPAGE = "https://github.com/verigak/progress/"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=00ab78a4113b09aacf63d762a7bb9644"
SRC_URI[sha256sum] = "c1ba719f862ce885232a759eab47971fe74dfc7bb76ab8a51ef5940bad35086c"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN}:append:class-target = " \
python3-datetime \
python3-math \
"
BBCLASSEXTEND = "native nativesdk"
|