mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 19:09:26 +00:00
While in this case `RDEPENDS:class-target +=` wouldn't result in any unwanted override, there is no guarantee there won't be a change, which would be hidden by this override. To avoid any surprises in the future let's use `:append:class-target =` syntax here. Signed-off-by: Michal Sieron <michalwsieron@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
440 B
BlitzBasic
16 lines
440 B
BlitzBasic
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"
|