summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb b/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb
index 678f12b730..2f7016a546 100644
--- a/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb
@@ -5,13 +5,14 @@ LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
6 6
7PYPI_PACKAGE = "Brotli" 7PYPI_PACKAGE = "Brotli"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
8 9
9SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" 10SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724"
10 11
11inherit pypi setuptools3 12inherit pypi python_setuptools_build_meta
12 13
13RDEPENDS:${PN} = "\ 14RDEPENDS:${PN} += " \
14 python3-cffi \ 15 python3-cffi \
15" 16"
16 17
17BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"