mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
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>
This commit is contained in:
@@ -3,7 +3,12 @@ HOMEPAGE = "https://github.com/aio-libs/pytest-aiohttp"
|
|||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482"
|
||||||
|
|
||||||
DEPENDS = "python3-setuptools-scm-native"
|
DEPENDS = "\
|
||||||
|
python3-setuptools-scm-native \
|
||||||
|
python3-pytest-native \
|
||||||
|
python3-pytest-asyncio-native \
|
||||||
|
python3-aiohttp-native \
|
||||||
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc"
|
SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc"
|
||||||
|
|
||||||
@@ -11,6 +16,4 @@ PYPI_PACKAGE = "pytest_aiohttp"
|
|||||||
|
|
||||||
inherit pypi python_setuptools_build_meta
|
inherit pypi python_setuptools_build_meta
|
||||||
|
|
||||||
PYPI_PACKAGE = "pytest_aiohttp"
|
|
||||||
|
|
||||||
RDEPENDS:${PN} += "python3-aiohttp"
|
RDEPENDS:${PN} += "python3-aiohttp"
|
||||||
|
|||||||
Reference in New Issue
Block a user