mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Added python3-aiohttp with following missing DEPENDS - python3-async-timeout version 3.0.1 - python3-idna-ssl version 1.1.0 - python3-yarl version 1.3.0 Signed-off-by: Parthiban Nallathambi <parthitce@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
392 B
HTML
11 lines
392 B
HTML
SUMMARY = "Patch ssl.match_hostname for Unicode(idna) domains support"
|
|
HOMEPAGE = "https://github.com/aio-libs/idna-ssl"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a61b9c5aec8796b64a6bf15d42605073"
|
|
|
|
SRC_URI[md5sum] = "dd44ec53bac36e68446766fd8d3835bd"
|
|
SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c"
|
|
|
|
PYPI_PACKAGE = "idna-ssl"
|
|
inherit pypi
|