aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-librtmp
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-05-02 22:50:08 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-05-02 22:50:08 +0000
commit44f68f62deb39b825137a1093bffe39967672d22 (patch)
treedb84dab3ddf55c3dc542564b904df83b373a055a /testing/py-librtmp
parent13db2b39ed2263bd4d9507847c8a889b85a0fadd (diff)
downloadaports-44f68f62deb39b825137a1093bffe39967672d22.tar.bz2
aports-44f68f62deb39b825137a1093bffe39967672d22.tar.xz
testing/py-librtmp: Fix dependency
This package depends on a package, called py-singledispatch that does not exist with this name. The only one that exists is py2-singledispatch. Fixing it.
Diffstat (limited to 'testing/py-librtmp')
-rw-r--r--testing/py-librtmp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-librtmp/APKBUILD b/testing/py-librtmp/APKBUILD
index d46bb18b36..39a08018fc 100644
--- a/testing/py-librtmp/APKBUILD
+++ b/testing/py-librtmp/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Python bindings for librtmp, built with cffi"
url="https://pypi.python.org/pypi/python-librtmp"
arch="all"
license="BSD"
-depends="py-setuptools rtmpdump-dev py-cffi py-singledispatch"
+depends="py-setuptools rtmpdump-dev py-cffi py2-singledispatch "
depends_dev=""
makedepends="$depends_dev python2-dev"
install=""