summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
index 72032c756c..170e4b3fd7 100644
--- a/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
+++ b/meta-python/recipes-devtools/python/python3-eventlet_0.36.1.bb
@@ -8,7 +8,9 @@ SRC_URI[sha256sum] = "d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1d
8 8
9SRC_URI += "file://CVE-2025-58068.patch" 9SRC_URI += "file://CVE-2025-58068.patch"
10 10
11inherit pypi setuptools3 11inherit pypi python_hatchling
12
13DEPENDS += "python3-hatch-vcs-native"
12 14
13RDEPENDS:${PN} += " \ 15RDEPENDS:${PN} += " \
14 python3-dnspython \ 16 python3-dnspython \