summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb b/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
new file mode 100644
index 0000000000..5dfac58237
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Brotli compression format"
2HOMEPAGE = "https://pypi.org/project/Brotli/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
6
7PYPI_PACKAGE = "Brotli"
8PYPI_PACKAGE_EXT = "zip"
9
10SRC_URI[sha256sum] = "4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438"
11
12inherit pypi setuptools3
13
14RDEPENDS:${PN} = "\
15 ${PYTHON_PN}-cffi \
16"
17
18BBCLASSEXTEND = "native nativesdk"