mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 1.1.0: - Drop Python 3.8 - Export the plugin types at top-level - Add host parameter to aiohttp_server fixture Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
476 B
BlitzBasic
17 lines
476 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"
|
|
|
|
SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc"
|
|
|
|
PYPI_PACKAGE = "pytest_aiohttp"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
PYPI_PACKAGE = "pytest_aiohttp"
|
|
|
|
RDEPENDS:${PN} += "python3-aiohttp"
|