summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorMarcus Flyckt <mafl@kvaser.com>2022-06-16 16:32:01 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-01 19:40:59 +0200
commit5023aa82bc880afba297296ee7d7d1ed5737b58e (patch)
tree54dc20b5b3121fda9c9516c79c2ae347b8f1308f /meta-python
parenta72092583cf2b706010c27cae8075909530b9385 (diff)
downloadmeta-openembedded-5023aa82bc880afba297296ee7d7d1ed5737b58e.tar.gz
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> (cherry picked from commit 4ccb2fa47f066077e013befab18b08bd4d1df70e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb
index 045655caa4..359a2918cf 100644
--- a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb
+++ b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12RDEPENDS:${PN} = "connman python3-dbus python3-pprint" 12RDEPENDS:${PN} = "connman python3-dbus python3-pprint python3-future"