mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python3-pyconnman: Add 'future' runtime dependency
pyconnman has an install_requires on 'future', but the corresponding 'python3-future' is missing from the recipes RDEPENDS. Signed-off-by: Marcus Flyckt <mafl@kvaser.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
703b3c511b
commit
4ccb2fa47f
|
|
@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} = "connman python3-dbus python3-pprint"
|
||||
RDEPENDS:${PN} = "connman python3-dbus python3-pprint python3-future"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user