summaryrefslogtreecommitdiff
path: root/security/py-requests-oauthlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-requests-oauthlib/Makefile')
-rw-r--r--security/py-requests-oauthlib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/py-requests-oauthlib/Makefile b/security/py-requests-oauthlib/Makefile
index 61968dcda84..b35a2e2c08c 100644
--- a/security/py-requests-oauthlib/Makefile
+++ b/security/py-requests-oauthlib/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2014/12/31 13:57:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/11/06 10:56:30 wiz Exp $
DISTNAME= requests-oauthlib-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
-MASTER_SITES= https://pypi.python.org/packages/source/r/requests-oauthlib/
+MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-oauthlib/}
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://github.com/requests/requests-oauthlib
@@ -14,6 +14,9 @@ USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-requests>=2.2.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-oauthlib>=0.6.1:../../security/py-oauthlib
+# ImportError: No module named 'tests'
+#BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+#BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr>=0.11:../../devel/py-pbr
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"