svn commit: r453015 - head/devel/py-pytest-asyncio

Jan Beich jbeich at FreeBSD.org
Fri Oct 27 16:47:34 UTC 2017


Author: jbeich
Date: Fri Oct 27 16:47:33 2017
New Revision: 453015
URL: https://svnweb.freebsd.org/changeset/ports/453015

Log:
  devel/py-pytest-asyncio: remove always false conditional after r449654

Modified:
  head/devel/py-pytest-asyncio/Makefile   (contents, props changed)

Modified: head/devel/py-pytest-asyncio/Makefile
==============================================================================
--- head/devel/py-pytest-asyncio/Makefile	Fri Oct 27 16:45:00 2017	(r453014)
+++ head/devel/py-pytest-asyncio/Makefile	Fri Oct 27 16:47:33 2017	(r453015)
@@ -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-all mailing list