1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

www/py-tvdb_api: Runtime fix

py-tvdb_api is not compatible with latest 0.9.4 of py-requests-cache.
update DEPS with the py-requests-cache93 for now.

PR:		263862
Reported by:	huber.georg@gmail.com
This commit is contained in:
Muhammad Moinur Rahman 2022-06-06 06:33:41 -05:00
parent 2dc64c4a23
commit 7e598a20ff

View File

@ -2,7 +2,7 @@
PORTNAME= tvdb_api
PORTVERSION= 3.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +16,7 @@ COMMENT= API interface to TheTVDB.com
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/UNLICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-cache>0:www/py-requests-cache@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-cache93==0.9.3:www/py-requests-cache93@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}