aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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=""