devel/py-nbclient: Clean up Makefile after 6c401020d1 (python36 removal)

This commit is contained in:
Po-Chuan Hsieh 2022-01-12 01:15:24 +08:00
parent 2eb860e42c
commit f2de163550
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -22,10 +22,4 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30700
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>