diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-01-22 17:45:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:06 -0800 |
| commit | 71bd6f0ff6cabb58e6edcbaf6ec82ec31670bae6 (patch) | |
| tree | 49990bb0c4adfd489f935ceed2e770be4d96763a /meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb | |
| parent | cd35464ac43b2d2bf1b9bdf87b84e7c086967495 (diff) | |
| download | meta-openembedded-71bd6f0ff6cabb58e6edcbaf6ec82ec31670bae6.tar.gz | |
python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
Upgrade to release 0.7.8.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb new file mode 100644 index 0000000000..1b74b839a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Mock out requests made by ClientSession from aiohttp package" | ||
| 2 | HOMEPAGE = "https://github.com/pnuckowski/aioresponses" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b22b40d5974300051216633098387c57" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b861cdfe5dc58f3b8afac7b0a6973d5d7b2cb608dd0f6253d16b8ee8eaf6df11" | ||
| 7 | |||
| 8 | DEPENDS += "python3-pbr-native" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS:${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 | |||
| 25 | PYPI_PACKAGE = "aioresponses" | ||
