summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb
new file mode 100644
index 0000000000..a99c80f592
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Mock out requests made by ClientSession from aiohttp package"
2HOMEPAGE = "https://github.com/pnuckowski/aioresponses"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b22b40d5974300051216633098387c57"
5
6SRC_URI[sha256sum] = "f795d9dbda2d61774840e7e32f5366f45752d1adc1b74c9362afd017296c7ee1"
7
8DEPENDS += "python3-pbr-native"
9
10inherit setuptools3 pypi
11
12RDEPENDS:${PN} += "python3-aiohttp \
13 python3-asyncio \
14 python3-core \
15 python3-json \
16 python3-math \
17 python3-multidict \
18 python3-netclient \
19 python3-packaging \
20 python3-unittest \
21 python3-yarl"
22
23# optionally needs asynctest asynctest.case ddt but recipes do not exist for them
24
25PYPI_PACKAGE = "aioresponses"