mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-msk: Upgrade 0.3.15 -> 0.3.16
Upgrade to release 0.3.16: - Ensure local HEAD matches remote during upgrade - Remove typing dependency - only required for Python <= 3.4 - Include license file in sdist package - Add default icon and color during Skill creation - Improved category selection and display - Improve PyPI listing info Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
11
meta-python/recipes-devtools/python/python3-msk_0.3.16.bb
Normal file
11
meta-python/recipes-devtools/python/python3-msk_0.3.16.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo."
|
||||
HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://README.md;md5=2f90e43663eddf1c33087419fbb35e28"
|
||||
|
||||
SRC_URI[md5sum] = "8a4fc92a074544f81f482da2c21ef989"
|
||||
SRC_URI[sha256sum] = "c6a717fc068f7c69ddc8cb21dbeeda7cfa97a4e9f41690459c9fbec68b16ee87"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-git"
|
||||
Reference in New Issue
Block a user