[Bug 230874] net-mgmt/py-ncclient: Update to 0.6.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 25 01:02:51 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230874

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobik at freebsd.org

--- Comment #1 from Tobias Kortkamp <tobik at 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.


More information about the freebsd-python mailing list