diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-10-16 08:58:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 08:33:52 -0700 |
commit | 25aabc6667e77518dfbd8b62322ebdd319e87d67 (patch) | |
tree | c090d2afc0a01020d1708442a9ef14e2e4e07c57 /meta-python | |
parent | b67ed5b719915aa84a2c6444f8e1fcf7786fdd76 (diff) | |
download | meta-openembedded-25aabc6667e77518dfbd8b62322ebdd319e87d67.tar.gz |
python3-msk: Initial commit of version 0.3.13
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-msk_0.3.13.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb b/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb new file mode 100644 index 0000000000..3f2aaf48d6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo." | ||
2 | HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://README.md;md5=2f90e43663eddf1c33087419fbb35e28" | ||
5 | |||
6 | SRC_URI[md5sum] = "11d9fc865ef627efe68f25fc113974e8" | ||
7 | SRC_URI[sha256sum] = "55be86ff2cd0087016759f2b15b40861cda2a8d8a8d0c669fdacdf32a77a10da" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS_${PN} += "python3-git" | ||