blob: a1572276be7cf9a26a8b206928ceacf2d4f61d09 [file] [log] [blame]
Brad Bishop6a62e0e2019-10-21 08:11:42 -04001SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo."
2HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://README.md;md5=2f90e43663eddf1c33087419fbb35e28"
5
Andrew Geisslerd688a012020-09-18 13:36:00 -05006SRC_URI[md5sum] = "8a4fc92a074544f81f482da2c21ef989"
7SRC_URI[sha256sum] = "c6a717fc068f7c69ddc8cb21dbeeda7cfa97a4e9f41690459c9fbec68b16ee87"
Brad Bishop6a62e0e2019-10-21 08:11:42 -04008
9inherit pypi setuptools3
10
Patrick Williams213cb262021-08-07 19:21:33 -050011RDEPENDS:${PN} += "python3-git"