From a981ad1349d0fa58c2a2218e5dea2383d1b79a2e Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Wed, 4 Oct 2017 01:11:05 +0000 Subject: testing/livestreamer: fix py-singledispatch in depends Change py-singledispatch to py2-singledispatch --- testing/livestreamer/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/livestreamer') diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD index 7a36201c82..20662caf33 100644 --- a/testing/livestreamer/APKBUILD +++ b/testing/livestreamer/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista pkgname=livestreamer pkgver=1.12.2 -pkgrel=2 +pkgrel=3 pkgdesc="Command-line utility that extracts streams from various services and pipes them into a video player of choice" url="http://livestreamer.io/" arch="noarch" license="BSD" -depends="py-requests rtmpdump py-setuptools py-singledispatch py-futures py-six py-crypto py-librtmp" +depends="py-requests rtmpdump py-setuptools py2-singledispatch py-futures py-six py-crypto py-librtmp" makedepends="py-sphinx" source="$pkgname-$pkgver.tar.gz::https://github.com/chrippa/$pkgname/archive/v$pkgver.tar.gz" -- cgit v1.2.3