Re: [SailfishDevel] [python/qml] packaging issues

2019-07-15 Thread E.S. Rosenberg
Op ma 15 jul. 2019 om 07:59 schreef Martin Kampas : > Hi Eli, > > > > > 1. The package that gets built includes python bytecode files (*.pyc and > > > *.pyo) > > > > That's desired AFAIK > OK, not really clear to me why, either way it can be disabled with: %define __os_install_post %{___build_post

Re: [SailfishDevel] [python/qml] packaging issues

2019-07-14 Thread Martin Kampas
Hi Eli, > 1. The package that gets built includes python bytecode files (*.pyc and > *.pyo) That's desired AFAIK > 2. The package is architecture specific instead of "noarch" You can add the following to your .yaml: BuildArch: noarch > [...] which the SDK wants to > autogenerate based on th

[SailfishDevel] [python/qml] packaging issues

2019-07-11 Thread E.S. Rosenberg
Hi all, I'm trying to build the gpodder package with the SDK and am experiencing 2 issues that I haven't managed to solve yet. 1. The package that gets built includes python bytecode files (*.pyc and *.pyo) 2. The package is architecture specific instead of "noarch" I took the original gpodder and