git: 3d9eebf16381 - main - www/py-tvdb_api: UNBREAK
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Aug 2022 12:49:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d9eebf1638136e55874689cbb451d84d20a1311 commit 3d9eebf1638136e55874689cbb451d84d20a1311 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-08-30 12:48:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-08-30 12:49:07 +0000 www/py-tvdb_api: UNBREAK --- www/py-tvdb_api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}