pkgsrc-WIP-changes archive

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

py-wpull: add missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Mar 11 11:35:13 2017 +0100
Changeset:	9a37a8591dd66fbc8e166ae593a475cfbfafb617

Modified Files:
	py-wpull/Makefile

Log Message:
py-wpull: add missing dependencies

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

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

diffstat:
 py-wpull/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-wpull/Makefile b/py-wpull/Makefile
index fa923e6ce3..7a2b354ff4 100644
--- a/py-wpull/Makefile
+++ b/py-wpull/Makefile
@@ -23,6 +23,8 @@ DEPENDS+=	${PYPKGPREFIX}-namedlist-[0-9]*:../../wip/py-namedlist
 DEPENDS+=	${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 DEPENDS+=	${PYPKGPREFIX}-dnspython3-[0-9]*:../../wip/py-dnspython3
 DEPENDS+=	${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+DEPENDS+=	${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
+DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index