summaryrefslogtreecommitdiff
path: root/net/py-twython
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2014-05-08 15:36:57 +0000
committerimil <imil@pkgsrc.org>2014-05-08 15:36:57 +0000
commit56590fbb1363a7f1f2229cbe7321e6a948018cdc (patch)
tree7064ed3b34a50160062a85b1f856ef8912d99588 /net/py-twython
parent95731de02b1d3c13a0e835feabfdee3087f7552e (diff)
downloadpkgsrc-56590fbb1363a7f1f2229cbe7321e6a948018cdc.tar.gz
Added dependency over security/py-requests-oauthlib needed for Twitter
authentication.
Diffstat (limited to 'net/py-twython')
-rw-r--r--net/py-twython/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-twython/Makefile b/net/py-twython/Makefile
index f74f722d259..d70a17c4939 100644
--- a/net/py-twython/Makefile
+++ b/net/py-twython/Makefile
@@ -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 @@ LICENSE= mit
USE_LANGUAGES= # none
+DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"