ytmdl: remove unnecessary python3-redis dependency

This commit is contained in:
Andrew J. Hesford 2022-10-11 21:59:42 -04:00 committed by Andrew J. Hesford
parent 539faa243d
commit 8744dfb4b8

View file

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