[Pkg-matrix-maintainers] Bug#919707: matrix-synapse: Missing depends
sergio
sergio at outerface.net
Sat Jan 19 09:24:45 GMT 2019
On Fri, 18 Jan 2019 23:02:28 +0100 Kurt Roeckx <kurt at roeckx.be> wrote:
> You have python3-msgpack (>= 0.3.0), while it should be be >= 0.4.2.
The python3-msgpack dependency is absent.
% apt show matrix-synapse | grep msgpack
%
But it's required!
# /etc/init.d/matrix-synapse start
ERROR:root:Needed msgpack>=0.4.2 but it was not installed
python3-pymacaroons dependency is OK:
% aptitude why python3-pymacaroons
i matrix-synapse Depends python3-pymacaroons
% apt show matrix-synapse | grep jinja2
Suggests: python3-bleach (>= 1.4.2), python3-jinja2 (>= 2.8)
but 2.9 is required:
# /etc/init.d/matrix-synapse start
ERROR:root:Needed Jinja2>=2.9 but it was not installed
ERROR:root:Needed Jinja2>=2.9 but it was not installed
Missing Requirements: python3-Jinja2>=2.9, python3-Jinja2>=2.9
To install run:
sudo apt install python3-Jinja2>=2.9 python3-Jinja2>=2.9
--
sergio.
More information about the Pkg-matrix-maintainers
mailing list