mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
bardapi: add h2 support
This commit is contained in:
parent
b76ac39a8f
commit
e50e2a3c40
1 changed files with 2 additions and 1 deletions
|
|
@ -16,14 +16,15 @@ SLOT="0"
|
|||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
#httpx[http2] == dev-python/h2
|
||||
RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/deep-translator[${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/httpx[${PYTHON_USEDEP}]
|
||||
dev-python/h2[${PYTHON_USEDEP}]
|
||||
dev-python/google-cloud-translate[${PYTHON_USEDEP}]
|
||||
"
|
||||
#httpx[http2,[${PYTHON_USEDEP}]]
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue