mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Remove outdated PYTHON_REL check
With hat: python
This commit is contained in:
parent
cda594f22f
commit
761d65e124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461091
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user