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 On Jan 16, 2017 5:27 PM, "Gareth France" <gareth.fra...@cliftonts.co.uk> wrote: Having given up all hope of ever being able to do a simple thing like include pygtk in a snap I have rebuilt my package using wx. I can't face the same issue twice, surely right? Well I've built it without explicitly mentioning wx, and specifically asking travis to include it. The end result is always a failure. Could someone please take a look at this and tell me what on earth is going on? https://paste.ubuntu.com/23812998/ -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm an/listinfo/snapcraft
-- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft