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 /network/Pafy/Pafy.SlackBuild | |
parent | f38f1458d3c5efbc5a306ca6b09bd75c578a845f (diff) |
network/Pafy: Add youtube-dl to REQUIRES.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/Pafy/Pafy.SlackBuild')
-rw-r--r-- | network/Pafy/Pafy.SlackBuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/Pafy/Pafy.SlackBuild b/network/Pafy/Pafy.SlackBuild index 855e7772f7fc..7ae6997bc009 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} |