summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb)10
1 files changed, 7 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.2.0.bb
index 5676d4ef97..f4cdab65b6 100644
--- a/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb
@@ -4,14 +4,18 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "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}" 8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9 9
10CVE_PRODUCT = "brotli" 10CVE_PRODUCT = "brotli"
11 11
12SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" 12SRC_URI[sha256sum] = "e310f77e41941c13340a95976fe66a8a95b01e783d430eeaf7a2f87e0a57dd0a"
13 13
14inherit pypi python_setuptools_build_meta 14inherit pypi pkgconfig python_setuptools_build_meta
15
16DEPENDS += " \
17 python3-pkgconfig-native \
18"
15 19
16RDEPENDS:${PN} += " \ 20RDEPENDS:${PN} += " \
17 python3-cffi \ 21 python3-cffi \