pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-awscli2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 12 12:57:00 UTC 2026

Modified Files:
        pkgsrc/net/py-awscli2: Makefile

Log Message:
py-awscli2: relax awscrt restriction, since the pkgsrc version is now newer


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-awscli2/Makefile

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

Modified files:

Index: pkgsrc/net/py-awscli2/Makefile
diff -u pkgsrc/net/py-awscli2/Makefile:1.2 pkgsrc/net/py-awscli2/Makefile:1.3
--- pkgsrc/net/py-awscli2/Makefile:1.2  Sun Sep 14 16:54:42 2025
+++ pkgsrc/net/py-awscli2/Makefile      Mon Jan 12 12:57:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/14 16:54:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/12 12:57:00 wiz Exp $
 
 DISTNAME=      awscli2-2.28.25
 PKGREVISION=   1
@@ -14,7 +14,7 @@ COMMENT=      Universal Command Line Interfac
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
-DEPENDS+=      ${PYPKGPREFIX}-awscrt-0.27.6{,nb*}:../../devel/py-awscrt
+DEPENDS+=      ${PYPKGPREFIX}-awscrt>=0.27.6:../../devel/py-awscrt
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.2.5:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-distro>=1.5:../../devel/py-distro



Home | Main Index | Thread Index | Old Index