add missing dep on py-jwt

This commit is contained in:
sthen
2026-05-20 17:05:14 +00:00
parent c181c2a1a0
commit 4528a69a4e
+2
View File
@@ -2,6 +2,7 @@ COMMENT = Python interface to Redis
# XXX v6+ is for redis >= 7.2 (which has new license)
MODPY_DISTV = 5.3.1
REVISION = 0
GH_ACCOUNT = redis
GH_PROJECT = redis-py
GH_TAGNAME = v${MODPY_DISTV}
@@ -24,6 +25,7 @@ MODPY_PYTEST_ARGS = --disable-pytest-warnings \
TEST_IS_INTERACTIVE = Yes
RUN_DEPENDS = devel/py-async-timeout \
www/py-jwt
TEST_DEPENDS = databases/redis \
devel/py-cachetools \