We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8157387 commit ca7a37fCopy full SHA for ca7a37f
snapcraft.yaml
@@ -51,3 +51,7 @@ parts:
51
- notebook>=4.0.0
52
- ipykernel>=4.0.0
53
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