diff options
| author | Chen Pei <cp0613@linux.alibaba.com> | 2022-11-07 11:14:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-07 08:40:22 -0800 |
| commit | 983e9ad45a584a4623e2a25caec7e50a4bfc8999 (patch) | |
| tree | d522078676f7e1f27f3b409d28e85b5dc51d2e01 /meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb | |
| parent | c1b13a06827a6d3eab2e19556b55f08de415ab50 (diff) | |
| download | meta-openembedded-983e9ad45a584a4623e2a25caec7e50a4bfc8999.tar.gz | |
python3-brotli: Add new recipe for 1.0.9
Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb | 18 |
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 @@ | |||
| 1 | SUMMARY = "Brotli compression format" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/Brotli/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Brotli" | ||
| 8 | PYPI_PACKAGE_EXT = "zip" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS:${PN} = "\ | ||
| 15 | ${PYTHON_PN}-cffi \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
