diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pako_0.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pako_0.3.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb new file mode 100644 index 0000000000..3eacd0bdda --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "The universal package manager library" | ||
| 2 | HOMEPAGE = "https://github.com/MycroftAI/pako" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "eabd1c121d6701069d1a10132f197ee2b5f4e75a3d68a93b07f69214ab0ff9c7" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | do_install_append() { | ||
| 11 | rm -rf ${D}/usr/share | ||
| 12 | } | ||
