Skip to content

Commit

Permalink
fixup! Snap packaging improvements (mikf#207)
Browse files Browse the repository at this point in the history
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) <[email protected]>
  • Loading branch information
brlin-tw committed Mar 29, 2019
1 parent 81d4d49 commit 3f35552
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f35552

Please sign in to comment.