pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certifi



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Sat Apr 12 17:08:09 UTC 2025

Modified Files:
        pkgsrc/security/py-certifi: Makefile

Log Message:
Fix setuptools dependency


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/py-certifi/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-certifi/Makefile
diff -u pkgsrc/security/py-certifi/Makefile:1.39 pkgsrc/security/py-certifi/Makefile:1.40
--- pkgsrc/security/py-certifi/Makefile:1.39    Fri Jan 31 08:37:56 2025
+++ pkgsrc/security/py-certifi/Makefile Sat Apr 12 17:08:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2025/01/31 08:37:56 adam Exp $
+# $NetBSD: Makefile,v 1.40 2025/04/12 17:08:09 pgoyette Exp $
 
 DISTNAME=      certifi-2025.1.31
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://certifi.io/
 COMMENT=       Python package for providing Mozilla's CA Bundle
 LICENSE=       mpl-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index