svn commit: r453016 - branches/2017Q4/devel/py-pytest-asyncio

Jan Beich jbeich at FreeBSD.org
Fri Oct 27 16:52:15 UTC 2017


Author: jbeich
Date: Fri Oct 27 16:52:14 2017
New Revision: 453016
URL: https://svnweb.freebsd.org/changeset/ports/453016

Log:
  MFH: r453015
  
  devel/py-pytest-asyncio: remove always false conditional after r449654
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q4/devel/py-pytest-asyncio/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/devel/py-pytest-asyncio/Makefile
==============================================================================
--- branches/2017Q4/devel/py-pytest-asyncio/Makefile	Fri Oct 27 16:47:33 2017	(r453015)
+++ branches/2017Q4/devel/py-pytest-asyncio/Makefile	Fri Oct 27 16:52:14 2017	(r453016)
@@ -17,10 +17,4 @@ NO_ARCH=	yes
 USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}asyncio>0:devel/py-asyncio
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-branches mailing list