summaryrefslogtreecommitdiff
path: root/dev-python/httpx
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-12-21 12:43:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-12-21 12:43:18 +0000
commit43da4761a481cbbc3acaddf019fb73a2803123ef (patch)
treed5221cd8133777b3e6782a6c7d5e70bb8fd29943 /dev-python/httpx
parent6fb1cc9fed4780d27b89609ad8a3d9db23e786b2 (diff)
downloadbaldeagleos-repo-43da4761a481cbbc3acaddf019fb73a2803123ef.tar.gz
baldeagleos-repo-43da4761a481cbbc3acaddf019fb73a2803123ef.tar.xz
baldeagleos-repo-43da4761a481cbbc3acaddf019fb73a2803123ef.zip
Adding metadata
Diffstat (limited to 'dev-python/httpx')
-rw-r--r--dev-python/httpx/httpx-0.21.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/httpx/httpx-0.21.1.ebuild b/dev-python/httpx/httpx-0.21.1.ebuild
index a956d843ea56..513e1ddb2dfe 100644
--- a/dev-python/httpx/httpx-0.21.1.ebuild
+++ b/dev-python/httpx/httpx-0.21.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~riscv ~sparc ~x86"
IUSE="cli"
RDEPEND="
@@ -39,6 +39,8 @@ BDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/h2[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-trio[${PYTHON_USEDEP}]
+ dev-python/trio[${PYTHON_USEDEP}]
dev-python/trustme[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/uvicorn[${PYTHON_USEDEP}]