Ignore on the package builders
Reported by: pkg-fallout
This commit is contained in:
parent
56ef934c13
commit
acab92e395
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388656
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ USE_PYTHON= autoplist distutils
|
|||
.if ${PYTHON_REL} < 3400
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>0:${PORTSDIR}/devel/py-asyncio
|
||||
.endif
|
||||
.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
|
||||
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
|
||||
.endif
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
|
|
Loading…
Reference in a new issue