blob: 1f801877c661b23f07fbcc6e4f71fca7fa22678b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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] = "66292f1d5c94a3cb984f3336d806446042adb17347d3089f2d3962dd6e5ba55a"
DEPENDS += "python3-pbr-native"
inherit setuptools3 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"
|