git: 86e80a529fec - main - security/py-keyring: Fix dependencoies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Oct 2022 04:39:41 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=86e80a529fecc59303768ae06174a1c908cc5b76 commit 86e80a529fecc59303768ae06174a1c908cc5b76 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-29 04:30:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-29 04:39:38 +0000 security/py-keyring: Fix dependencoies Missing dependencies caused devel/py-spyder to fail. Reported by: Rainer Hurling <rhurlin@FreeBSD.org> Approved by: portmgr (bugfix) --- security/py-keyring/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index f2403ba4d577..cd43c2fcf282 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -1,5 +1,6 @@ PORTNAME= keyring PORTVERSION= 23.9.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -12,7 +13,8 @@ WWW= https://github.com/jaraco/keyring LICENSE= PSFL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.classes>0:devel/py-jaraco.classes@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} USES= cpe python:3.6+ CPE_VENDOR= python