pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-aws-sso-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 29 21:44:12 UTC 2024

Modified Files:
        pkgsrc/devel/py-aws-sso-lib: Makefile

Log Message:
py-aws-sso-lib: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-aws-sso-lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-aws-sso-lib/Makefile
diff -u pkgsrc/devel/py-aws-sso-lib/Makefile:1.2 pkgsrc/devel/py-aws-sso-lib/Makefile:1.3
--- pkgsrc/devel/py-aws-sso-lib/Makefile:1.2    Sat Oct 26 19:08:11 2024
+++ pkgsrc/devel/py-aws-sso-lib/Makefile        Tue Oct 29 21:44:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/10/26 19:08:11 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/29 21:44:11 wiz Exp $
 
 DISTNAME=      aws_sso_lib-1.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/benkehoe/aw
 COMMENT=       Library to make AWS SSO easier
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-aws-error-utils>=2.4:../../devel/py-aws-error-utils
 DEPENDS+=      ${PYPKGPREFIX}-boto3>=1.24.60:../../net/py-boto3
 



Home | Main Index | Thread Index | Old Index