package/python-flask: fix runtime python modules dependencies
authorPeter Seiderer <ps.report@gmx.net>
Sun, 22 Mar 2020 21:39:25 +0000 (22:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 21:16:44 +0000 (22:16 +0100)
commit6576d26024f40647a15633b52a2a27c5779801e5
tree2042da020f37337658f5627fce6b815ac67c4316
parent19d12c1df8d2aebc6206a79f852d93a69e7e45a1
package/python-flask: fix runtime python modules dependencies

- add python setuptools runtime dependency, fixes:
  ModuleNotFoundError: No module named 'pkg_resources'

- add python libxml2 runtime dependency, fixes:
  ModuleNotFoundError: No module named 'xml'

- add python ssl runtime dependency, fixes:
  AttributeError: 'NoneType' object has no attribute 'SSLContext'

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-flask/Config.in