git: 43ad8992f6cb - main - databases/py-fakeredis: Fix daa672509a99430426efe7f370248defd58bf2f3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:08:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=43ad8992f6cb6579fce25daf7423b2bbd8f2417c commit 43ad8992f6cb6579fce25daf7423b2bbd8f2417c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:30:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:35 +0000 databases/py-fakeredis: Fix daa672509a99430426efe7f370248defd58bf2f3 - Remove duplicate RUN_DEPENDS --- databases/py-fakeredis/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/databases/py-fakeredis/Makefile b/databases/py-fakeredis/Makefile index 986688d0fad9..b5040b181a5c 100644 --- a/databases/py-fakeredis/Makefile +++ b/databases/py-fakeredis/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=0<4.3.1:databases/py-redis@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=0<4.5:databases/py-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.3.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioredis>=1.3.1<3.0.0:databases/py-aioredis@${PY_FLAVOR} \