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:           Fri Dec 30 23:29:14 UTC 2016

Modified Files:
        pkgsrc/multimedia/streamlink: Makefile

Log Message:
streamlink: actually take advantage of pycryptodome dependency being
less specific now.

this is necessary for not breaking bulk builds in changes to pycryptodome.

pointed out by wiz, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/multimedia/streamlink/Makefile:1.5
--- pkgsrc/multimedia/streamlink/Makefile:1.4   Fri Dec 30 22:41:33 2016
+++ pkgsrc/multimedia/streamlink/Makefile       Fri Dec 30 23:29:14 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/12/30 22:41:33 maya Exp $
+# $NetBSD: Makefile,v 1.5 2016/12/30 23:29:14 maya Exp $
 
 DISTNAME=      streamlink-0.2.0
 CATEGORIES=    multimedia
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-requests-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-singledispatch-[0-9]*:../../devel/py-singledispatch
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
-DEPENDS+=      ${PYPKGPREFIX}-cryptodome-3.4.3:../../security/py-cryptodome
+DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.4.3:../../security/py-cryptodome
 
 EGG_NAME=      ${PKGNAME_NOREV}
 



Home | Main Index | Thread Index | Old Index