aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-08-30 12:48:35 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-08-30 12:49:07 +0000
commit3d9eebf1638136e55874689cbb451d84d20a1311 (patch)
treeac9e4bf2c20ffe7b56deb65426ba4b7e534c0ab5
parentc28714cbc837128b141f19fb6e52b770fd641b9b (diff)
downloadports-3d9eebf1638136e55874689cbb451d84d20a1311.tar.gz
ports-3d9eebf1638136e55874689cbb451d84d20a1311.zip
www/py-tvdb_api: UNBREAK
-rw-r--r--www/py-tvdb_api/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-tvdb_api/Makefile b/www/py-tvdb_api/Makefile
index cf998139783b..680d5135e829 100644
--- a/www/py-tvdb_api/Makefile
+++ b/www/py-tvdb_api/Makefile
@@ -14,7 +14,7 @@ COMMENT= API interface to TheTVDB.com
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/UNLICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-cache93==0.9.3:www/py-requests-cache93@${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}