summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-zipp_3.7.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-zipp_3.7.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.7.0.bb b/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
index 495e7f51f0..d9db1b4408 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
@@ -9,6 +9,14 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
9 9
10inherit pypi python_setuptools_build_meta 10inherit pypi python_setuptools_build_meta
11 11
12SRC_URI += " \
13 file://0001-Add-SanitizedNames-mixin.patch \
14 file://0002-Employ-SanitizedNames-in-CompleteDirs.-Fixes-broken-.patch \
15 file://0003-Removed-SanitizedNames.patch \
16 file://0004-Address-infinite-loop-when-zipfile-begins-with-more-.patch \
17 file://0005-Prefer-simpler-path.rstrip-to-consolidate-checks-for.patch \
18"
19
12DEPENDS += "${PYTHON_PN}-toml-native" 20DEPENDS += "${PYTHON_PN}-toml-native"
13 21
14RDEPENDS:${PN} += "${PYTHON_PN}-compression \ 22RDEPENDS:${PN} += "${PYTHON_PN}-compression \