bardapi: add h2 support

This commit is contained in:
Anton Bolshakov 2023-07-13 23:59:58 +08:00
parent b76ac39a8f
commit e50e2a3c40
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -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}"