pkgsrc-WIP-changes archive

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

Add dependency on py-jxmlease, used by junos.py module part of ansible.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Jan 9 17:00:22 2017 +0100
Changeset:	88c30f9c7af1d05b1d1263ccf0e325bfeafef30c

Modified Files:
	ansible/Makefile

Log Message:
Add dependency on py-jxmlease, used by junos.py module part of ansible.

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

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

diffstat:
 ansible/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/ansible/Makefile b/ansible/Makefile
index f5dbc25..efaeb7d 100644
--- a/ansible/Makefile
+++ b/ansible/Makefile
@@ -14,6 +14,7 @@ DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
 DEPENDS+=	${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=	${PYPKGPREFIX}-crypto>=2.6:../../security/py-crypto
+DEPENDS+=	${PYPKGPREFIX}-jxmleasy-[0-9]*:../../wip/py-jxmlease
 
 USE_TOOLS+=	gmake
 PYTHON_VERSIONS_ACCEPTED=		27


Home | Main Index | Thread Index | Old Index