summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2021-03-22 10:07:14 +0100
committerKhem Raj <raj.khem@gmail.com>2021-03-24 08:50:45 -0700
commit4cdb2458a962550359e812d461e5b36d3c2f321c (patch)
tree6398c782c3bab1a3150d9c2571b8087b986786ad /meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
parent99399173aa13b04e2e45bdabcf1667ea9876d69f (diff)
downloadmeta-openembedded-4cdb2458a962550359e812d461e5b36d3c2f321c.tar.gz
python3-txdbus: add missing runtime dependencies
Add runtime dependencies for txdbus: python3-six and python3-twisted. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
index f521a9a68..cf2c98bba 100644
--- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
@@ -9,3 +9,5 @@ SRC_URI[md5sum] = "d397357dee78750385f92ca9c6c1f063"
9SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97" 9SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97"
10 10
11inherit pypi setuptools3 11inherit pypi setuptools3
12
13RDEPENDS_${PN} += "python3-six python3-twisted"