mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +00:00
python3-progress: upgrade 1.5 -> 1.6
-License-Update: Fixed misspelling of names. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
15
meta-python/recipes-devtools/python/python3-progress_1.6.bb
Normal file
15
meta-python/recipes-devtools/python/python3-progress_1.6.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Easy progress reporting for Python"
|
||||
HOMEPAGE = "http://github.com/verigak/progress/"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=00ab78a4113b09aacf63d762a7bb9644"
|
||||
|
||||
SRC_URI[sha256sum] = "c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-math \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user