Files
meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb
Tom Geelen 7d0234ae64 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>
2026-01-02 22:30:12 -08:00

20 lines
545 B
BlitzBasic

SUMMARY = "pytest plugin for aiohttp support"
HOMEPAGE = "https://github.com/aio-libs/pytest-aiohttp"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482"
DEPENDS = "\
python3-setuptools-scm-native \
python3-pytest-native \
python3-pytest-asyncio-native \
python3-aiohttp-native \
"
SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc"
PYPI_PACKAGE = "pytest_aiohttp"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "python3-aiohttp"