diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-03-30 23:38:37 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-21 08:57:47 +0530 |
| commit | 9fedb9a3e71af4432a6e456266aaed28dd277c42 (patch) | |
| tree | ce481d322150d2890e390b77644830e6738e7b53 | |
| parent | 797f43716956ee62be7256e8fd8bcc6728853d0d (diff) | |
| download | meta-openembedded-9fedb9a3e71af4432a6e456266aaed28dd277c42.tar.gz | |
python3-aiofiles: fix HOMEPAGE
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb index 1e9ebdf97d..726b876701 100644 --- a/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "File support for asyncio" | 1 | SUMMARY = "File support for asyncio" |
| 2 | DESCRIPTION = "Asynchronous local file IO library for asyncio and Python" | 2 | DESCRIPTION = "Asynchronous local file IO library for asyncio and Python" |
| 3 | HOMEPAGE = "https://github.com/aio-libs/aiohttp" | 3 | HOMEPAGE = "https://github.com/Tinche/aiofiles" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
| 6 | 6 | ||
