mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
c1b13a0682
commit
983e9ad45a
18
meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
Normal file
18
meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
SUMMARY = "Brotli compression format"
|
||||
HOMEPAGE = "https://pypi.org/project/Brotli/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
|
||||
|
||||
PYPI_PACKAGE = "Brotli"
|
||||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
SRC_URI[sha256sum] = "4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-cffi \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user