pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 16:11:44 UTC 2025

Modified Files:
        pkgsrc/security/py-certbot: Makefile.common

Log Message:
py-certbot: require newest setuptools (for py-acme)


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/security/py-certbot/Makefile.common

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-certbot/Makefile.common
diff -u pkgsrc/security/py-certbot/Makefile.common:1.91 pkgsrc/security/py-certbot/Makefile.common:1.92
--- pkgsrc/security/py-certbot/Makefile.common:1.91     Fri Mar 14 15:57:50 2025
+++ pkgsrc/security/py-certbot/Makefile.common  Sun Apr 13 16:11:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.91 2025/03/14 15:57:50 adam Exp $
+# $NetBSD: Makefile.common,v 1.92 2025/04/13 16:11:44 wiz Exp $
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 # used by security/py-certbot-apache/Makefile
@@ -26,6 +26,6 @@ MAINTAINER=   adam%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/certbot/certbot
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=41.6.0:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index