diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-19 14:18:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:09:59 +0700 |
commit | a94f39d33c18bcc930b363707ac85461c6759714 (patch) | |
tree | dced0a8fb1d49a3f6c9e56a7500dfe62514cd0a7 | |
parent | f38f1458d3c5efbc5a306ca6b09bd75c578a845f (diff) | |
download | slackbuilds-a94f39d33c18bcc930b363707ac85461c6759714.tar.gz |
network/Pafy: Add youtube-dl to REQUIRES.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | network/Pafy/Pafy.SlackBuild | 6 | ||||
-rw-r--r-- | network/Pafy/Pafy.info | 2 | ||||
-rw-r--r-- | network/Pafy/README | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/network/Pafy/Pafy.SlackBuild b/network/Pafy/Pafy.SlackBuild index 855e7772f7..7ae6997bc0 100644 --- a/network/Pafy/Pafy.SlackBuild +++ b/network/Pafy/Pafy.SlackBuild @@ -22,6 +22,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20200119 bkw: +# Dimitris: this is B. Watson (yalhcru@gmail.com). I can't reach you +# by email and you don't use IRC, so I'm "texting" you via this +# comment. Pafy fails to build unless youtube-dl is installed, so +# I added it to REQUIRES as a hard dep. + PRGNAM=Pafy SRCNAM=${PRGNAM,} VERSION=${VERSION:-0.5.5} diff --git a/network/Pafy/Pafy.info b/network/Pafy/Pafy.info index 3ff1b57f76..774982c1fc 100644 --- a/network/Pafy/Pafy.info +++ b/network/Pafy/Pafy.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/7e/02/b70f4d2ad64bbc7d2a00018c MD5SUM="01430bb4876aec3b648b2f52c5ee7bd6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="youtube-dl" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/Pafy/README b/network/Pafy/README index e583af6bff..a9b7098d28 100644 --- a/network/Pafy/README +++ b/network/Pafy/README @@ -15,5 +15,3 @@ Python API for YouTube - Download videos and retrieve metadata from YouTube. - Download video only (no audio) in m4v format. - Retreive playlists and playlist metadata. - Works with Python 2.6+ and 3.3+. - -Optional dependency: youtube-dl |