From c8ca683351ffc78f859906654beb2753e4769b26 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH] python3-pyspotify: rebuild for Python 3.9 --- srcpkgs/python3-pyspotify/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template index a970140c5b0..de246d9fc9c 100644 --- a/srcpkgs/python3-pyspotify/template +++ b/srcpkgs/python3-pyspotify/template @@ -1,10 +1,10 @@ # Template file for 'python3-pyspotify' pkgname=python3-pyspotify version=2.1.3 -revision=1 +revision=2 wrksrc="pyspotify-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-cffi python3-pycparser" makedepends="python3-setuptools python3-devel libspotify-devel" depends="python3-setuptools python3-cffi" short_desc="Provides an interface to Spotify music services"