mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
ytmdl: add missing dependency
This commit is contained in:
parent
859ab8e443
commit
adf2d89e11
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ytmdl'
|
||||
pkgname=ytmdl
|
||||
version=2022.03.16
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
|
||||
|
@ -10,7 +10,7 @@ depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
|
|||
python3-Unidecode python3-urllib3 python3-youtube-search
|
||||
python3-pyDes python3-simber python3-rich python3-musicbrainzngs
|
||||
python3-typing_extensions python3-ytmusicapi python3-youtubesearch
|
||||
python3-spotipy"
|
||||
python3-spotipy python3-redis"
|
||||
short_desc="Get songs from youtube in mp3 format with all tags from itunes"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue