Resolve SNAP conflict

This commit is contained in:
nicolargo 2021-01-24 21:51:58 +01:00
parent 102a6fb9a4
commit 025ee1d77d

View File

@ -60,11 +60,19 @@ parts:
source: https://github.com/bottlepy/bottle.git
source-branch: release-0.12
source-depth: 1
override-build: |
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/bottle-dist
organize:
bottle-dist: bottle/dist
docker:
plugin: python
source: https://github.com/docker/docker-py.git
source-tag: '3.7.3'
source-depth: 1
override-build: |
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/docker-dist
organize:
bottle-dist: docker/dist
launchers:
source: snap/local/launchers
plugin: dump