diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2026-01-02 00:52:02 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-02 22:30:12 -0800 |
| commit | 7d0234ae64a9aee12c3af3614b9a3fa18e02feb6 (patch) | |
| tree | 81fcef9b19eb12b698f945c1ab3d310ca197858f /meta-python/recipes-devtools/python | |
| parent | bbef3812baa5d9e9b098df0dfacefb3412baf394 (diff) | |
| download | meta-openembedded-7d0234ae64a9aee12c3af3614b9a3fa18e02feb6.tar.gz | |
python3-pytest-aiohttp: add missing DEPENDS
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.1.0.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb index 7bd7e4fe8a..9a5c0b3bf4 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb | |||
| @@ -3,7 +3,12 @@ HOMEPAGE = "https://github.com/aio-libs/pytest-aiohttp" | |||
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482" |
| 5 | 5 | ||
| 6 | DEPENDS = "python3-setuptools-scm-native" | 6 | DEPENDS = "\ |
| 7 | python3-setuptools-scm-native \ | ||
| 8 | python3-pytest-native \ | ||
| 9 | python3-pytest-asyncio-native \ | ||
| 10 | python3-aiohttp-native \ | ||
| 11 | " | ||
| 7 | 12 | ||
| 8 | SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc" | 13 | SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc" |
| 9 | 14 | ||
| @@ -11,6 +16,4 @@ PYPI_PACKAGE = "pytest_aiohttp" | |||
| 11 | 16 | ||
| 12 | inherit pypi python_setuptools_build_meta | 17 | inherit pypi python_setuptools_build_meta |
| 13 | 18 | ||
| 14 | PYPI_PACKAGE = "pytest_aiohttp" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "python3-aiohttp" | 19 | RDEPENDS:${PN} += "python3-aiohttp" |
