mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
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>
This commit is contained in:
parent
81d4d49234
commit
c3a75a0c40
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user