We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2019-10-28 10:52:45 +0300

porting python packages

Hey, I'm trying to develop an App using Python. I want to deploy this one in the Openrepos and share it with other ones. But sadly it needs some dependencies like aiohttp, aiodns, slixmpp and slixmpp_omemo. This are depending on a lot of other repos. Installing via pip3 works quite very well, but sadly there is this annoying bug. So it's not possible to use pip3. How else can I port these requirements to sailfish? Thanks in advance yajo

porting python packagespackages (OMEMO)

Hey, I'm trying to develop an App for using XMPP including OMEMO using Python. I want to deploy this one in the Openrepos and share it with other ones. But sadly it needs some dependencies like aiohttp, aiodns, slixmpp and slixmpp_omemo. This are depending on a lot of other repos. repos.

Installing via pip3 works quite very well, but sadly there is some of the dependencies have to be compiled. So the installation will require a lot of packages and take a lot of time. I have tried it with the following part in the .spec for the rpm

# >> build pre
# << build pre
pip3 install slixmpp-omemo --root %{buildroot}/%{_datadir}/%{name}
# >> build post
# << build post

But this annoying bug. So it's always fails with some error code. fatal error: file not possible found: sodium.h

And porting them all manually seems to use pip3. How else can I port these requirements be a lot of work. Does anybody want's to sailfish? help me? Thanks in advance yajo