Date: Fri, 27 Oct 2017 16:47:33 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453015 - head/devel/py-pytest-asyncio Message-ID: <201710271647.v9RGlXW2056177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710271647.v9RGlXW2056177>