diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2024-10-10 19:41:14 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-10 12:55:20 -0700 |
| commit | 26a17756431f9e0b74549a4637b41cdb308a0f57 (patch) | |
| tree | 07a5f9ec581131cd60a2252e6434fc2dea9691a6 /meta-python/recipes-devtools/python | |
| parent | 70c663b7ae90283d25ca3704852ca96aa808e31a (diff) | |
| download | meta-openembedded-26a17756431f9e0b74549a4637b41cdb308a0f57.tar.gz | |
python3-pytest-aiohttp: Add new recipe
Based on https://pypi.org/project/pytest-aiohttp/
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb new file mode 100644 index 0000000000..977ce807f9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "pytest plugin for aiohttp support" | ||
| 2 | HOMEPAGE = "https://github.com/aio-libs/pytest-aiohttp" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482" | ||
| 5 | |||
| 6 | DEPENDS = "python3-setuptools-scm-native" | ||
| 7 | SRC_URI[sha256sum] = "880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "pytest-aiohttp" | ||
