pkgsrc-WIP-changes archive

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

sqlmap: needs py-sqlite3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Feb 17 10:40:09 2017 +0100
Changeset:	c14cf6a1ead57e519fa6b757d59479e688007f48

Modified Files:
	sqlmap/Makefile

Log Message:
sqlmap: needs py-sqlite3

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

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

diffstat:
 sqlmap/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/sqlmap/Makefile b/sqlmap/Makefile
index 66025e8483..4a88da936d 100644
--- a/sqlmap/Makefile
+++ b/sqlmap/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE=	http://sqlmap.org/
 COMMENT=	Automatic SQL injection and database takeover tool
 LICENSE=	gnu-gpl-v2
 
+DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+
 REPLACE_BASH+=	sqlmap/extra/shutils/blanks.sh
 REPLACE_BASH+=	sqlmap/extra/shutils/pep8.sh
 REPLACE_BASH+=	sqlmap/extra/shutils/precommit-hook.sh


Home | Main Index | Thread Index | Old Index