https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230874
Tobias Kortkamp <to...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |to...@freebsd.org --- Comment #1 from Tobias Kortkamp <to...@freebsd.org> --- Comment on attachment 196510 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196510 net-mgmt/py-ncclient: Update to 0.6.2 +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}selectors2>=2.0.1:devel/py-selectors2@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> Please use a flavors helper for this instead: py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}selectors2>=2.0.1:devel/py-selectors2@${PY_FLAVOR} -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"