diff options
-rw-r--r-- | devel/py-pytest-asyncio/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile index 1dcfbcda87db..215fe5eb2a44 100644 --- a/devel/py-pytest-asyncio/Makefile +++ b/devel/py-pytest-asyncio/Makefile @@ -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> |