pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/streamlink streamlink: fix dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3deadc8ba6e
branches:  trunk
changeset: 369900:f3deadc8ba6e
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Oct 07 19:04:42 2017 +0000

description:
streamlink: fix dependency

diffstat:

 multimedia/streamlink/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2fbce8fc04c8 -r f3deadc8ba6e multimedia/streamlink/Makefile
--- a/multimedia/streamlink/Makefile    Sat Oct 07 18:39:57 2017 +0000
+++ b/multimedia/streamlink/Makefile    Sat Oct 07 19:04:42 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/10/07 17:27:41 maya Exp $
+# $NetBSD: Makefile,v 1.11 2017/10/07 19:04:42 maya Exp $
 
 DISTNAME=      streamlink-0.8.1
 CATEGORIES=    multimedia
@@ -19,7 +19,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-iso-639-[0-9]*:../../devel/py-iso-639
 DEPENDS+=      ${PYPKGPREFIX}-iso3166-[0-9]*:../../devel/py-iso3166
-DEPENDS+=      ${PYPKGPREFIX}-websocket_client-[0-9]*:../../www/py-websocket_client
+DEPENDS+=      ${PYPKGPREFIX}-websocket_client-[0-9]*:../../www/py-websocket-client
 
 EGG_NAME=      ${PKGNAME_NOREV}
 



Home | Main Index | Thread Index | Old Index