diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb (renamed from meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb index 898871fe00..642fc6784a 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb | |||
@@ -4,10 +4,12 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a" | 7 | SRC_URI[sha256sum] = "6e06e120e34d93100de448fd941522e11dafa78ef1a893c179901b7d66aa29f2" |
8 | 8 | ||
9 | inherit python_setuptools_build_meta pypi | 9 | inherit python_setuptools_build_meta pypi |
10 | 10 | ||
11 | DEPENDS = "python3-pkgconfig-native" | ||
12 | |||
11 | RDEPENDS:${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
12 | python3-aiohappyeyeballs \ | 14 | python3-aiohappyeyeballs \ |
13 | python3-aiosignal \ | 15 | python3-aiosignal \ |