From 4ade513a3b4a171fd5c002c05ef0fd077f187df6 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 2 Jan 2019 19:00:37 +0100 Subject: [PATCH] python3-pylast: python-six is wrong and no longer needed See https://github.com/pylast/pylast/commit/07fac0628c0fed1d99d2217ede407083dd593e65. --- srcpkgs/python3-pylast/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template index 801611e7e7e..fb9eec57f06 100644 --- a/srcpkgs/python3-pylast/template +++ b/srcpkgs/python3-pylast/template @@ -1,13 +1,13 @@ # Template file for 'python3-pylast' pkgname=python3-pylast version=3.0.0 -revision=1 +revision=2 noarch=yes wrksrc="pylast-${version}" build_style=python3-module pycompile_module="pylast" hostmakedepends="python3-setuptools" -depends="python-six" +depends="python3" short_desc="Python3 interface to last.fm and libre.fm" maintainer="Jürgen Buchmüller " license="Apache-2.0"