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