pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-netmiko: catch up with dependencies



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Aug 19 21:59:46 2023 +0200
Changeset:	b12c1ca34f7440106fe968ccb4561ac3533a7b23

Modified Files:
	py-netmiko/Makefile

Log Message:
py-netmiko: catch up with dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b12c1ca34f7440106fe968ccb4561ac3533a7b23

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-netmiko/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-netmiko/Makefile b/py-netmiko/Makefile
index 07a6a65fe2..2d4669bdd7 100644
--- a/py-netmiko/Makefile
+++ b/py-netmiko/Makefile
@@ -14,9 +14,13 @@ LICENSE=	mit
 USE_LANGUAGES=	# none
 PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
 
-DEPENDS+=	${PYPKGPREFIX}-paramiko>=1.13.0:../../security/py-paramiko
-DEPENDS+=	${PYPKGPREFIX}-scp>=0.10.0:../../net/py-scp
-DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+#DEPENDS+=	${PYPKGPREFIX}-ntc-templates>=2.9.5:../../wip/py-ntc-templates
+
+DEPENDS+=	${PYPKGPREFIX}-paramiko>=2.9.5:../../security/py-paramiko
+DEPENDS+=	${PYPKGPREFIX}-serial>=3.3:../../comms/py-serial
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-scp>=0.13.6:../../net/py-scp
+DEPENDS+=	${PYPKGPREFIX}-textfsm>=1.1.3:../../textproc/py-textfsm
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index