From 1ce895f9a6104647320f4eecea05cf1ef0ba2ad5 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 12 May 2021 05:16:13 +0800 Subject: [PATCH] devel/py-twine: Update RUN_DEPENDS after f043e2bdfd2063a32f59a9100cfc80bd3a580f7a --- devel/py-twine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-twine/Makefile b/devel/py-twine/Makefile index 2c057d3d8b646..9ec35608cce0c 100644 --- a/devel/py-twine/Makefile +++ b/devel/py-twine/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.3:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keyring>=15.1:security/py-keyring@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keyring>=15.1,1:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.4.2:sysutils/py-pkginfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}readme-renderer>=21.0:devel/py-readme-renderer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} \