pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/streamlink
Module Name: pkgsrc
Committed By: maya
Date: Sat Oct 7 19:04:43 UTC 2017
Modified Files:
pkgsrc/multimedia/streamlink: Makefile
Log Message:
streamlink: fix dependency
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/streamlink/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/streamlink/Makefile
diff -u pkgsrc/multimedia/streamlink/Makefile:1.10 pkgsrc/multimedia/streamlink/Makefile:1.11
--- pkgsrc/multimedia/streamlink/Makefile:1.10 Sat Oct 7 17:27:41 2017
+++ pkgsrc/multimedia/streamlink/Makefile Sat Oct 7 19:04:42 2017
@@ -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}-cryptodome>=3.4
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