pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/streamlink streamlink: actually take advant...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2ffda534728
branches:  trunk
changeset: 356428:d2ffda534728
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Dec 30 23:29:14 2016 +0000

description:
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.

diffstat:

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

diffs (18 lines):

diff -r ef17425161d5 -r d2ffda534728 multimedia/streamlink/Makefile
--- a/multimedia/streamlink/Makefile    Fri Dec 30 23:27:14 2016 +0000
+++ b/multimedia/streamlink/Makefile    Fri Dec 30 23:29:14 2016 +0000
@@ -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}-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