From 2912170e5a6fb2025e376121711753fa480751a6 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 6 Nov 2015 10:56:30 +0000 Subject: pkglint cleanup. Add commented out test dependencies. --- security/py-requests-oauthlib/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'security/py-requests-oauthlib') 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" -- cgit v1.2.3