summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2021-02-26 08:47:03 +0000
committerleot <leot@pkgsrc.org>2021-02-26 08:47:03 +0000
commit44d52693755f2a62a6138fe9044c7d6ac48c7e63 (patch)
treeb2708700ce68db369c0c61a5ae13c4fc08663997 /net
parent197ab219647875f7878a3d987ea7d7546371b675 (diff)
downloadpkgsrc-44d52693755f2a62a6138fe9044c7d6ac48c7e63.tar.gz
mitmproxy: Add missing dependency to py-sqlite3
Reported by Austin Wise via <https://github.com/NetBSD/pkgsrc/pull/84>, thanks! PKGREVISION++
Diffstat (limited to 'net')
-rw-r--r--net/mitmproxy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mitmproxy/Makefile b/net/mitmproxy/Makefile
index 3f057b4d935..e4d5e2540ee 100644
--- a/net/mitmproxy/Makefile
+++ b/net/mitmproxy/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/12/19 11:54:41 leot Exp $
+# $NetBSD: Makefile,v 1.34 2021/02/26 08:47:03 leot Exp $
DISTNAME= mitmproxy-6.0.2
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=mitmproxy/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -30,6 +31,7 @@ DEPENDS+= ${PYPKGPREFIX}-publicsuffix2>=2.20190812:../../www/py-publicsuffix2
DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.4.2:../../devel/py-pyparsing
DEPENDS+= ${PYPKGPREFIX}-pyperclip>=1.6.0:../../x11/py-pyperclip
DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.16:../../devel/py-ruamel-yaml
+DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.3:../../devel/py-sortedcontainers
DEPENDS+= ${PYPKGPREFIX}-tornado>=4.3.0:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-urwid>=2.1.0:../../devel/py-urwid