diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb index 336c173893..272aecb8b0 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | |||
@@ -6,6 +6,11 @@ HOMEPAGE = "https://twisted.org" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" |
8 | 8 | ||
9 | SRC_URI += " \ | ||
10 | file://CVE-2024-41671-0001.patch \ | ||
11 | file://CVE-2024-41671-0002.patch \ | ||
12 | " | ||
13 | |||
9 | SRC_URI[sha256sum] = "6b38b6ece7296b5e122c9eb17da2eeab3d98a198f50ca9efd00fb03e5b4fd4ae" | 14 | SRC_URI[sha256sum] = "6b38b6ece7296b5e122c9eb17da2eeab3d98a198f50ca9efd00fb03e5b4fd4ae" |
10 | 15 | ||
11 | inherit pypi python_hatchling | 16 | inherit pypi python_hatchling |