ports/contrib (3.4): streamlink: add missing dependency python3-six
commit beaea9e0aa3acae23c6873a74b03814da572b54a Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Dec 9 12:34:05 2018 +1100 streamlink: add missing dependency python3-six diff --git a/streamlink/.signature b/streamlink/.signature index c88b413c..3e5ef5d4 100644 --- a/streamlink/.signature +++ b/streamlink/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wgNFHwlc0vGYI8uqNqr8bq/gv3dqttluHTYxWsOyDd/f09vGJrSNrlBsEYN3mvM34FByCzVvzTaPtvxu84LnQc= -SHA256 (Pkgfile) = 026738f86e346292f6a17552c8f1c01266c66506de174da6bcc49bead44abb57 +RWSagIOpLGJF3/JwA6jYuSqVuHlnGmn6an6KsxBZpXKcKh1vqHiX7gn1/Re1TaAlGKDNE12mCQrvQzaWxABmfNAY/7EwH3LqKgk= +SHA256 (Pkgfile) = 2a6323ba8ace391f91e4b93b9c47753c565f420131a9b444fb3f07c6950979ae SHA256 (.footprint) = 2be634034d730f0174723dd0902bbf35dd8e130df579c4b427729a95f207b9d6 SHA256 (streamlink-0.14.2.tar.gz) = a8c7f9a758ade056a35d439f78408e9e43ce1069dde9289d322702d35c214150 diff --git a/streamlink/Pkgfile b/streamlink/Pkgfile index 17deb6ad..9cc8385f 100644 --- a/streamlink/Pkgfile +++ b/streamlink/Pkgfile @@ -1,7 +1,7 @@ # Description: A CLI utility that pipes videos from online streaming services to a variety of video players. # URL: https://pypi.python.org/pypi/streamlink/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-iso-639 python3-iso3166 python3-isodate python3-pycryptodome python3-requests python3-websocket-client python3-pysocks +# Depends on: python3-iso-639 python3-iso3166 python3-isodate python3-pycryptodome python3-requests python3-websocket-client python3-pysocks python3-six name=streamlink version=0.14.2
participants (1)
-
crux@crux.nu