pkgsrc-WIP-changes archive

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

Add dependencies this package actually depend on.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed May 18 11:50:14 2016 +0200
Changeset:	d36d0892b6c04874e09e4ba823c13b9450417b52

Modified Files:
	py-junos-netconify/Makefile

Log Message:
Add dependencies this package actually depend on.

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

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

diffstat:
 py-junos-netconify/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/py-junos-netconify/Makefile b/py-junos-netconify/Makefile
index 48f2d77..611312f 100644
--- a/py-junos-netconify/Makefile
+++ b/py-junos-netconify/Makefile
@@ -15,5 +15,9 @@ LICENSE=	apache-2.0
 USE_LANGUAGES=	# none
 PYTHON_VERSIONS_ACCEPTED=	27
 
+DEPENDS+=	${PYPKGPREFIX}-serial:../../comms/py-serial
+DEPENDS+=	${PYPKGPREFIX}-paramiko:../../security/py-paramiko
+DEPENDS+=	${PYPKGPREFIX}-lxml:../../textproc/py-lxml
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index