mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user