From 96327b8576db00fae1cae3534f8808631c0d23ce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 12 Oct 2022 09:28:06 -0400 Subject: [PATCH] python3-spotipy: add missing python3-redis dependency --- srcpkgs/python3-spotipy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-spotipy/template b/srcpkgs/python3-spotipy/template index 6ea9e629df0..1132f7ca36a 100644 --- a/srcpkgs/python3-spotipy/template +++ b/srcpkgs/python3-spotipy/template @@ -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 " license="MIT"