fixup! Snap packaging improvements (#207) (#208)

The build failed due to missing `requests` build dependency, this patch
drops the unused component to build to avoid the problem.

The manpages are still built for the upcoming read-manual workaround.

Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
master
林博仁(Buo-ren Lin) 2019-03-29 20:05:26 +08:00 committed by Mike Fährmann
parent 81d4d49234
commit c3a75a0c40
1 changed files with 4 additions and 1 deletions

View File

@ -80,7 +80,10 @@ parts:
- youtube_dl
override-build: |
# build manpages and bash completion
make
make \
gallery-dl.1 \
gallery-dl.conf.5 \
gallery-dl.bash_completion
snapcraftctl build