Files
meta-openembedded/meta-python/recipes-devtools/python/python3-aioresponses_0.7.9.bb
T
Wang Mingyu d5325bf1ef python3-aioresponses: upgrade 0.7.8 -> 0.7.9
Fix double-query-encoding bug

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-30 14:31:20 -07:00

26 lines
862 B
BlitzBasic

SUMMARY = "Mock out requests made by ClientSession from aiohttp package"
HOMEPAGE = "https://github.com/pnuckowski/aioresponses"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b22b40d5974300051216633098387c57"
SRC_URI[sha256sum] = "1dcfa28938fc006f046a98383a7c07ac180be7a492c1ed557f5cd7b0805357d3"
DEPENDS += "python3-pbr-native"
inherit python_setuptools_build_meta pypi
RDEPENDS:${PN} += "python3-aiohttp \
python3-asyncio \
python3-core \
python3-json \
python3-math \
python3-multidict \
python3-netclient \
python3-packaging \
python3-unittest \
python3-yarl"
# optionally needs asynctest asynctest.case ddt but recipes do not exist for them
PYPI_PACKAGE = "aioresponses"