[Tails-dev] Test suite dependencies update: Python XMPP and …

Delete this message

Reply to this message
Author: intrigeri
Date:  
To: The Tails public development discussion list
Subject: [Tails-dev] Test suite dependencies update: Python XMPP and OTR packages
Hi,

To run the test suite on current development branches (stable, devel,
and branches forked off those), you'll now need these packages:

apt install python3-potr python3-slixmpp

And you can remove these:

apt remove python-jabberbot python-potr

Context: otr-bot.py was ported to Python 3
https://gitlab.tails.boum.org/tails/tails/-/merge_requests/278
https://gitlab.tails.boum.org/tails/tails/-/issues/17031

This was our last piece of Python 2 code!

Congrats to anonym for porting it to Python 3,
and thanks to everyone who ported other parts of our codebase
previously :)

Cheers!