mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 02:17:36 +00:00
d5325bf1ef
Fix double-query-encoding bug Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
26 lines
862 B
BlitzBasic
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"
|