Remove outdated PYTHON_REL check

With hat:	python
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-06 19:18:45 +00:00
parent cda594f22f
commit 761d65e124
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461091

View file

@ -22,13 +22,6 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} == 3300 || (${PYTHON_VER} == 2.7 && ${PYTHON_REL} < 2709)
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${FLAVOR} \
${PYTHON_PGNAMEPREFIX}service_identity>=14.0.0:security/py-service_identity
.endif
post-extract:
@${MKDIR} ${WRKSRC}/test/certs/
@${CP} ${FILESDIR}/files-server.py ${WRKSRC}/test/server.py
@ -38,4 +31,4 @@ post-extract:
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test --pytest-args "-k 'not test_integration'"
.include <bsd.port.post.mk>
.include <bsd.port.mk>