summaryrefslogtreecommitdiff
path: root/security/py-oauthlib
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
commit75d659b385e30935a659f6c63b86195f2b975175 (patch)
tree91ba938db95d41ba75ac2883a0f16259e0ecaa4a /security/py-oauthlib
parentx11-fonts/libertinus: update to 7.031 (diff)
Remove logic for Python < 3.6 for ports using Python 3.6+
Notes
Notes: svn path=/head/; revision=561252
Diffstat (limited to 'security/py-oauthlib')
-rw-r--r--security/py-oauthlib/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile
index 0f7e31df8e3e..54f11074d7b7 100644
--- a/security/py-oauthlib/Makefile
+++ b/security/py-oauthlib/Makefile
@@ -35,13 +35,7 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
-.endif
-
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>