Skip to content

Commit ca7a37f

Browse files
author
Roberto Alsina
committedMay 22, 2017
Smaller snaps
1 parent 8157387 commit ca7a37f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎snapcraft.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ parts:
5151
- notebook>=4.0.0
5252
- ipykernel>=4.0.0
5353
build-packages: [libjpeg-dev]
54+
install: |
55+
find $SNAPCRAFT_PART_INSTALL -name '*.a' -exec rm {} \;
56+
find $SNAPCRAFT_PART_INSTALL -name 'terminado' -type d -exec rm {} \;
57+
find $SNAPCRAFT_PART_INSTALL -name 'tornado' -type d -exec rm {} \;

0 commit comments

Comments
 (0)
Please sign in to comment.