aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-08-11 16:06:15 +0200
committerAndreas Oberritter <obi@opendreambox.org>2015-04-22 10:07:59 +0200
commitf1067c327608c22be4e7105f00c2345512c243b3 (patch)
tree4fe4c16ce839996419b987648088ffb5d1c99700
parentcfee517152207ae737f6a7164866465601ccf317 (diff)
downloadmeta-openembedded-contrib-f1067c327608c22be4e7105f00c2345512c243b3.tar.gz
python-twisted: add missing runtime dependency for 'decimal' module
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb b/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb
index 80d64a0193..6071f21c20 100644
--- a/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb
+++ b/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb
@@ -50,6 +50,9 @@ RDEPENDS_${PN} += "\
${PN}-words \
"
+# twisted.spread imports decimal
+RDEPENDS_${PN}-core = "python-numbers"
+
ALLOW_EMPTY_${PN} = "1"
FILES_${PN} = ""