Signed-off-by: Tom Geelen <[email protected]> --- .../python/python3-pytest-aiohttp_1.1.0.bb | 9 ++++++--- 1 file 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" LICENSE = "Apache-2.0" 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" @@ -11,6 +16,4 @@ PYPI_PACKAGE = "pytest_aiohttp" inherit pypi python_setuptools_build_meta -PYPI_PACKAGE = "pytest_aiohttp" - RDEPENDS:${PN} += "python3-aiohttp" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123088): https://lists.openembedded.org/g/openembedded-devel/message/123088 Mute This Topic: https://lists.openembedded.org/mt/117035006/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
