net-proxy/mitmproxy: Require dev-lang/python[sqlite]

Closes: https://bugs.gentoo.org/747172
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matt Smith <matt@offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/17411
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Matt Smith
2020-10-08 12:26:43 +01:00
committed by Joonas Niilola
parent 8b91c42f9c
commit c2d603ae4b

View File

@@ -5,6 +5,7 @@ EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy"