aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-06 11:33:41 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-06 11:33:41 +0000
commit7e598a20ff3bfe260aebbee6f3a99d6c7f7c36fd (patch)
tree6c0287966e31b587c3840d7e30f9db3e80f81d60
parent2dc64c4a2353580d8ea3f9ab181f642ae6832e17 (diff)
downloadports-7e598a20ff3bfe260aebbee6f3a99d6c7f7c36fd.tar.gz
ports-7e598a20ff3bfe260aebbee6f3a99d6c7f7c36fd.zip
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
-rw-r--r--www/py-tvdb_api/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-tvdb_api/Makefile b/www/py-tvdb_api/Makefile
index ce8271414a85..196b66577d06 100644
--- a/www/py-tvdb_api/Makefile
+++ b/www/py-tvdb_api/Makefile
@@ -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}