aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-10-28 00:47:33 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:49:54 +0800
commit056de26baf362e761e8f11e805d80361aa14d1cd (patch)
tree67d5d49178dde097db4198503cb58b4a462641da /devel
parentfb1666277d7de937f04af94591df6334961684bc (diff)
downloadfreebsd-ports-gnome-056de26baf362e761e8f11e805d80361aa14d1cd.tar.gz
freebsd-ports-gnome-056de26baf362e761e8f11e805d80361aa14d1cd.tar.zst
freebsd-ports-gnome-056de26baf362e761e8f11e805d80361aa14d1cd.zip
devel/py-pytest-asyncio: remove always false conditional after r449654
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pytest-asyncio/Makefile8
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>