diff options
| -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" | ||
