Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Smaller snaps
  • Loading branch information
Roberto Alsina committed May 22, 2017
1 parent 8157387 commit ca7a37f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snapcraft.yaml
Expand Up @@ -51,3 +51,7 @@ parts:
- notebook>=4.0.0
- ipykernel>=4.0.0
build-packages: [libjpeg-dev]
install: |
find $SNAPCRAFT_PART_INSTALL -name '*.a' -exec rm {} \;
find $SNAPCRAFT_PART_INSTALL -name 'terminado' -type d -exec rm {} \;
find $SNAPCRAFT_PART_INSTALL -name 'tornado' -type d -exec rm {} \;

0 comments on commit ca7a37f

Please sign in to comment.