python3-spotipy: add missing python3-redis dependency
This commit is contained in:
parent
8744dfb4b8
commit
96327b8576
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue