diff options
author | triaxx <triaxx@pkgsrc.org> | 2019-10-02 10:40:56 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2019-10-02 10:40:56 +0000 |
commit | 6eced5e8abd5e22cd15f123fc354e27754da1653 (patch) | |
tree | df95f3e3fe5dabc5d1fa91db821159e8db7bf006 /security/py-certbot | |
parent | 20cf2e73ab6d51e77a261d1f42b28bb92ad68dde (diff) | |
download | pkgsrc-6eced5e8abd5e22cd15f123fc354e27754da1653.tar.gz |
py-certbot: update to 0.38nb3
pkgsrc changes
--------------
* s/wip/devel/ for py-distro dependency (wip was for test only but
committed by inattention)
Diffstat (limited to 'security/py-certbot')
-rw-r--r-- | security/py-certbot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile index 442ac698df6..aaac006bdb8 100644 --- a/security/py-certbot/Makefile +++ b/security/py-certbot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2019/10/02 08:38:42 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2019/10/02 10:40:56 triaxx Exp $ DISTNAME= certbot-${CERTBOT_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot/} MAINTAINER= fhajny@NetBSD.org @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme 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}-distro>=1.2.0:../../devel/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 |