gateone: add missing dependency
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 25 Jan 2012 13:08:15 +0000 (14:08 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:18:14 +0000 (08:18 -0800)
commita175c9966610b14aabb20717ca5bd48daed8272a
tree3ebb50ee3452b7fc3478c8f1fcec68d131abbc7f
parent8e74a340c1ea84f633adcf1ccc3a8a434666450d
gateone: add missing dependency

root@beagleboneA3-0457:~# systemctl status gateone.service
gateone.service - GateOne daemon
  Loaded: loaded (/lib/systemd/system/gateone.service; enabled)
  Active: failed since Tue, 24 Jan 2012 19:44:10 +0000; 1h 2min ago
 Process: 102 ExecStart=/usr/bin/python gateone.py (code=exited, status=1/FAILURE)
  CGroup: name=systemd:/system/gateone.service

Jan 24 19:44:10 beagleboneA3-0457 python[102]: imported = __import__(plugin, None, None, [''])
Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/bookmarks.py", line 38, in <module>
Jan 24 19:44:10 beagleboneA3-0457 python[102]: import html5lib
Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/__init__.py", line 14, in <module>
Jan 24 19:44:10 beagleboneA3-0457 python[102]: from html5parser import HTMLParser, parse, parseFragment
Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/html5parser.py", line 25, in <module>
Jan 24 19:44:10 beagleboneA3-0457 python[102]: from treebuilders import simpletree
Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/treebuilders/simpletree.py", line 3, in <module>
Jan 24 19:44:10 beagleboneA3-0457 python[102]: from xml.sax.saxutils import escape
Jan 24 19:44:10 beagleboneA3-0457 python[102]: ImportError: No module named xml.sax.saxutils

(From meta-openembedded rev: c1a40bffd7937a975bbaa201bc5932cf6d6d3a59)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/gateone/gateone_git.bb