diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-06 10:56:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-06 10:56:30 +0000 |
commit | 92f2043f975439f439a9d796e5f83188ad5cd016 (patch) | |
tree | ae1e473a6cde12fc895c4fe81b442a73cc963259 /security | |
parent | 897d4f9885f3d8df01aa4f417a14f76485140b06 (diff) | |
download | pkgsrc-92f2043f975439f439a9d796e5f83188ad5cd016.tar.gz |
pkglint cleanup.
Add commented out test dependencies.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-requests-oauthlib/Makefile | 7 |
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" |