summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2016-02-17 12:21:41 +0000
committerhe <he@pkgsrc.org>2016-02-17 12:21:41 +0000
commit816de703fc94909b63c0bcbef926c3ff8e638294 (patch)
tree1838e69940e77e47c171f6bf7b3608ff3717a3c0
parent12d34d46f6081ddc8e08e13f7776c0677c98fce4 (diff)
downloadpkgsrc-816de703fc94909b63c0bcbef926c3ff8e638294.tar.gz
Umm, adjust dependencies to go with the previous update.
Ride on the coattails of that version bump.
-rw-r--r--net/py-junos-eznc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/py-junos-eznc/Makefile b/net/py-junos-eznc/Makefile
index 04589d6f197..97879491215 100644
--- a/net/py-junos-eznc/Makefile
+++ b/net/py-junos-eznc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/02/17 11:42:47 he Exp $
+# $NetBSD: Makefile,v 1.5 2016/02/17 12:21:41 he Exp $
DISTNAME= junos-eznc-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,10 +13,11 @@ LICENSE= apache-2.0
PYTHON_VERSIONS_ACCEPTED= 27
DEPENDS+= ${PYPKGPREFIX}-setuptools>0.6:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
-DEPENDS+= ${PYPKGPREFIX}-ncclient>=0.4.1:../../net/py-ncclient
+DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.15.2:../../security/py-paramiko
+DEPENDS+= ${PYPKGPREFIX}-ncclient>=0.4.6:../../net/py-ncclient
DEPENDS+= ${PYPKGPREFIX}-jinja2>2.7.1:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-yaml>3.10:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-lxml>=3.2.4:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
.include "../../lang/python/application.mk"