Page MenuHomeSolus

W52 update brakes gajim
Closed, ResolvedPublic

Description

Recent gajim repo upgrade has dependency on python-npxmpp>= 0.6.8 and precis-i18n currently missing

possible workaround is to get them with pip
pip3 install --user precis-i18n
pip3 install --user npxmpp

before you use the workaround you'll have to
sudo eopkg rm gajim

finally get gajim back
sudo eopkg install gajim

then start and upgrade your plugins as you usually do.

Revisions and Commits

Event Timeline

I can have a look at this later during the weekend unless someone claim the task before I start

Girtablulu triaged this task as Normal priority.
Girtablulu edited projects, added Software; removed Lacks Project.

"npxmpp" is a typo for "nbxmpp"

Requirement already satisfied: nbxmpp in /usr/lib64/python3.6/site-packages (0.6.7)

But,

pkg_resources.DistributionNotFound: The 'nbxmpp<0.7.0,>=0.6.8' distribution was not found and is required by gajim

It's too old. But it's not able to download the newer version?

Aah, okay. I'll just wait a couple days for the sync, thanks guys!