pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-certbot py-certbot: fix PR pkg/54588



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d724d125dc8c
branches:  trunk
changeset: 340302:d724d125dc8c
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Tue Oct 01 13:29:58 2019 +0000

description:
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.

diffstat:

 security/py-certbot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ea94bdce1ec9 -r d724d125dc8c security/py-certbot/Makefile
--- a/security/py-certbot/Makefile      Tue Oct 01 13:25:24 2019 +0000
+++ b/security/py-certbot/Makefile      Tue Oct 01 13:29:58 2019 +0000
@@ -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}-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