mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 17:50:58 +02:00
mitmproxy: fix brotli dep by adding python flag
This commit is contained in:
parent
a3baee1ef7
commit
4b1f7af802
2 changed files with 5 additions and 3 deletions
|
|
@ -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}]
|
||||
|
|
|
|||
|
|
@ -19,3 +19,6 @@ dev-python/PyQt5 testlib
|
|||
dev-python/matplotlib -wxwidgets
|
||||
|
||||
dev-python/django-constance database
|
||||
|
||||
#required by mitmproxy
|
||||
app-arch/brotli python
|
||||
|
|
|
|||
Loading…
Reference in a new issue