I have attempted to publish a snap which stages the public “ufw” snap. When I try to push to the store, I get rejected by the automated review with the following error:
package contains external symlinks: usr/lib/python3/dist-packages/ufw/pycache lint-snap-v2_external_symlinks
That path (“usr/lib/python3/dist-packages/ufw/pycache”) does not exist in my snap, but in the staged “ufw” snap (see line 39 of it’s snapcraft.yaml: https://git.launchpad.net/ufw/tree/snap/snapcraft.yaml)
I’m wondering if anybody has any ideas on why the automatic review is detecting this? Or how I could hunt down the offending link?
Thanks!