textproc/py-pytkdocs: Remove PYTHON_REL check for Python 3.7
* Since Python 3.7 was removed in 12f5a11b04
the check is no longer
required.
This commit is contained in:
parent
accb5b9c4d
commit
e8c463bb80
1 changed files with 0 additions and 5 deletions
|
@ -35,11 +35,6 @@ NUMPYSTYLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docstring-parser>=0.7:textproc/py
|
|||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}astunparse>=1.6:devel/py-astunparse@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.5:devel/py-cached-property@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|' ${WRKSRC}/setup.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue