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

index | next in thread | previous in thread | raw e-mail

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

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=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.

help

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