aboutsummaryrefslogtreecommitdiffstats
path: root/testing/livestreamer
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-04 01:11:05 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-04 01:12:00 +0000
commita981ad1349d0fa58c2a2218e5dea2383d1b79a2e (patch)
tree18ed33cf47933fcb5c701bb296932c6cc090baec /testing/livestreamer
parented3bd45a71cc62cb387d86a24e747db652b99021 (diff)
downloadaports-a981ad1349d0fa58c2a2218e5dea2383d1b79a2e.tar.bz2
aports-a981ad1349d0fa58c2a2218e5dea2383d1b79a2e.tar.xz
testing/livestreamer: fix py-singledispatch in depends
Change py-singledispatch to py2-singledispatch
Diffstat (limited to 'testing/livestreamer')
-rw-r--r--testing/livestreamer/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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 <fcolista@alpinelinux.org>
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"