Skip to content

Commit

Permalink
remove pyaudio and alsa
Browse files Browse the repository at this point in the history
  • Loading branch information
lapisdecor committed Jul 18, 2017
1 parent daa8c62 commit f2bcfd3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ confinement: devmode # use 'strict' once you have the right plugs and slots
apps:
bzoing:
command: desktop-launch $SNAP/bin/bzoing-now
plugs: [x11, unity7, alsa, pulseaudio]
plugs: [x11, unity7, pulseaudio]

parts:
bzoing:
Expand All @@ -21,14 +21,7 @@ parts:
plugin: python
stage-packages:
- libnotify-bin
- portaudio19-dev
- python3-pyaudio
- python3-gi
- gir1.2-gtk-3.0
- gir1.2-appindicator3-0.1
- alsa-base
- alsa-utils
- libasound2
- libasound2-data
- libasound2-plugins
after: [desktop-gtk3]

0 comments on commit f2bcfd3

Please sign in to comment.