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: triaxx
Date: Tue Oct 1 13:29:58 UTC 2019
Modified Files:
pkgsrc/security/py-certbot: Makefile
Log Message:
py-certbot: fix PR pkg/54588
pkgsrc changes:
---------------
* Add devel/py-distro as a runtime dependency. Certbot claims >=1.0.1 but
non-linux distribution are supported only from 1.2.0.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-certbot/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-certbot/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.16 pkgsrc/security/py-certbot/Makefile:1.17
--- pkgsrc/security/py-certbot/Makefile:1.16 Wed Jun 12 10:27:37 2019
+++ pkgsrc/security/py-certbot/Makefile Tue Oct 1 13:29:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/06/12 10:27:37 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/10/01 13:29:58 triaxx Exp $
DISTNAME= certbot-${CERTBOT_VERSION}
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot/}
@@ -14,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:..
DEPENDS+= ${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography
+DEPENDS+= ${PYPKGPREFIX}-distro>=1.2.0:../../wip/py-distro
DEPENDS+= ${PYPKGPREFIX}-josepy>=1.1.0:../../security/py-josepy
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-parsedatetime>=2.0:../../time/py-parsedatetime
Home |
Main Index |
Thread Index |
Old Index