mitmproxy: fix brotli dep by adding python flag

This commit is contained in:
blshkv 2020-05-18 08:53:57 +08:00
parent a3baee1ef7
commit 4b1f7af802
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 5 additions and 3 deletions

View file

@ -12,12 +12,11 @@ SRC_URI="https://github.com/mitmproxy/mitmproxy/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="GPL-3"
SLOT="0"
#WIP
#KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86"
IUSE="test examples"
RDEPEND="=dev-python/blinker-1.4*[${PYTHON_USEDEP}]
=app-arch/brotli-1.0*[${PYTHON_USEDEP}]
=app-arch/brotli-1.0*[python,${PYTHON_USEDEP}]
>=dev-python/certifi-2019.9.11[${PYTHON_USEDEP}]
=dev-python/click-7*[${PYTHON_USEDEP}]
=dev-python/cryptography-2.9*[${PYTHON_USEDEP}]

View file

@ -19,3 +19,6 @@ dev-python/PyQt5 testlib
dev-python/matplotlib -wxwidgets
dev-python/django-constance database
#required by mitmproxy
app-arch/brotli python