python3-spotipy: add missing python3-redis dependency

This commit is contained in:
Andrew J. Hesford 2022-10-12 09:28:06 -04:00 committed by Andrew J. Hesford
parent 8744dfb4b8
commit 96327b8576

View file

@ -1,12 +1,12 @@
# Template file for 'python3-spotipy'
pkgname=python3-spotipy
version=2.20.0
revision=1
revision=2
wrksrc="spotipy-${version}"
build_style=python3-module
hostmakedepends="pkg-config python3-setuptools"
makedepends="python3-devel"
depends="python3-requests python3-six python3-urllib3"
depends="python3-requests python3-six python3-urllib3 python3-redis"
short_desc="Light weight Python library for the Spotify Web API"
maintainer="Eloi Torrents <eloitor@disroot.org>"
license="MIT"