pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-twython Added dependency over security/py-reque...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ce33306d599
branches:  trunk
changeset: 634087:8ce33306d599
user:      imil <imil%pkgsrc.org@localhost>
date:      Thu May 08 15:36:57 2014 +0000

description:
Added dependency over security/py-requests-oauthlib needed for Twitter
authentication.

diffstat:

 net/py-twython/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 77cd21e1b81c -r 8ce33306d599 net/py-twython/Makefile
--- a/net/py-twython/Makefile   Thu May 08 15:28:19 2014 +0000
+++ b/net/py-twython/Makefile   Thu May 08 15:36:57 2014 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2014/05/08 14:41:49 imil Exp $
+# $NetBSD: Makefile,v 1.2 2014/05/08 15:36:57 imil Exp $
 
 DISTNAME=      twython-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  https://pypi.python.org/packages/source/t/twython/
 
@@ -12,5 +13,7 @@
 
 USE_LANGUAGES= # none
 
+DEPENDS+=      ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index