Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2018 01:02:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230874] net-mgmt/py-ncclient: Update to 0.6.2
Message-ID:  <bug-230874-7788-J1SnXTcmmf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230874-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230874-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230874

Tobias Kortkamp <tobik@freebsd.org> changed:

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

--- Comment #1 from Tobias Kortkamp <tobik@freebsd.org> ---
Comment on attachment 196510
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196510
net-mgmt/py-ncclient: Update to 0.6.2

+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3400
+RUN_DEPENDS+=3D=20
${PYTHON_PKGNAMEPREFIX}selectors2>=3D2.0.1:devel/py-selectors2@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

Please use a flavors helper for this instead:

py27_RUN_DEPENDS=3D=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}selectors2>=3D2.0.1:devel/py-selectors2@${PY_FLAVOR}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230874-7788-J1SnXTcmmf>