pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-aws-sso-util



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Oct 26 19:08:42 UTC 2024

Modified Files:
        pkgsrc/security/py-aws-sso-util: Makefile

Log Message:
py-aws-sso-util: no need to exclude python 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-aws-sso-util/Makefile

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

Modified files:

Index: pkgsrc/security/py-aws-sso-util/Makefile
diff -u pkgsrc/security/py-aws-sso-util/Makefile:1.1 pkgsrc/security/py-aws-sso-util/Makefile:1.2
--- pkgsrc/security/py-aws-sso-util/Makefile:1.1        Sat Oct 26 02:58:32 2024
+++ pkgsrc/security/py-aws-sso-util/Makefile    Sat Oct 26 19:08:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/10/26 02:58:32 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/26 19:08:41 schmonz Exp $
 
 DISTNAME=      aws_sso_util-4.33.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -12,8 +12,6 @@ LICENSE=      apache-2.0
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-awscli-[0-9]*:../../net/py-awscli
 DEPENDS+=      ${PYPKGPREFIX}-aws-error-utils>=2.4:../../devel/py-aws-error-utils



Home | Main Index | Thread Index | Old Index