diff options
Diffstat (limited to 'testing/livestreamer')
-rw-r--r-- | testing/livestreamer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD index 2c6721de75..634be31bfa 100644 --- a/testing/livestreamer/APKBUILD +++ b/testing/livestreamer/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="ommand-line utility that extracts streams from various services and pip url=" http://livestreamer.io/" arch="noarch" license="BSD" -depends="py-requests rtmpdump py-setuptools py-singledispatch py-futures +depends="py-requests rtmpdump py-setuptools py-singledispatch py-futures py-six py-crypto py-librtmp" depends_dev="" makedepends="$depends_dev py-sphinx" |