ytmdl: fix missing dependencies

This commit is contained in:
Andrew Benson 2021-10-01 14:19:26 -05:00
parent 926521e685
commit 5d4cb01001

View file

@ -1,7 +1,7 @@
# Template file for 'ytmdl'
pkgname=ytmdl
version=2021.08.01
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
@ -9,7 +9,8 @@ depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks
python3-Unidecode python3-urllib3 python3-youtube-search
python3-pyDes python3-simber python3-rich python3-musicbrainzngs
python3-typing_extensions python3-ytmusicapi"
python3-typing_extensions python3-ytmusicapi python3-youtubesearch
python3-spotipy"
short_desc="Get songs from youtube in mp3 format with all tags from itunes"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"