dev-python/litestar: get rid of <time-machine-3 pin

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Alfred Wingate
2026-04-07 21:47:02 +03:00
committed by Paul Zander
parent a52f7d3f87
commit 75b8edc7fe
2 changed files with 146 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ BDEPEND="
dev-python/redis[${PYTHON_USEDEP}]
dev-python/starlette[${PYTHON_USEDEP}]
dev-python/structlog[${PYTHON_USEDEP}]
<dev-python/time-machine-3[${PYTHON_USEDEP}]
>=dev-python/time-machine-3[${PYTHON_USEDEP}]
dev-python/trio[${PYTHON_USEDEP}]
dev-python/uvicorn[${PYTHON_USEDEP}]
)
@@ -144,6 +144,8 @@ distutils_enable_tests pytest
PATCHES=(
# valkey not packaged
"${FILESDIR}"/litestar-2.19.0-no-valkey.patch
"${FILESDIR}"/litestar-2.21-timemachine-3.patch
)
python_test() {