On 17/01/17 00:04, Matthew Aguirre wrote:
Can you not just list the library dependencies and dev packages in the snapcraft file instead of building everything from source?
python-gtk2

parts:
  your_app:
    plugin: python
    source: .
    build-packages:
      - python-gtk2-dev
    stage-packages:
      - python-gtk2
...
Or I assume there may be a similar package for wxPython.
--
Matt
I have no idea. I've been asking for help but it's been thin on the ground. I've only ever built one snap without issues, this is early days for me.
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft

Reply via email to