pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-acme security/py-acme: add dependency to p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f96529041f15
branches:  trunk
changeset: 309944:f96529041f15
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 28 15:33:52 2018 +0000

description:
security/py-acme: add dependency to py-requests-toolbelt

py-acme requires requests-toolbelt, fixing runtime problem of cy-certbot.

Bump PKGREVISION.

diffstat:

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

diffs (20 lines):

diff -r a20342930550 -r f96529041f15 security/py-acme/Makefile
--- a/security/py-acme/Makefile Thu Jun 28 15:16:51 2018 +0000
+++ b/security/py-acme/Makefile Thu Jun 28 15:33:52 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2018/03/13 10:08:51 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2018/06/28 15:33:52 taca Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/acme/}
+PKGREVISION=   1
 CATEGORIES=    security
 
 COMMENT=       ACME protocol implementation in Python
@@ -15,6 +16,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.15:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests>2.10:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbelt
 DEPENDS+=      ${PYPKGPREFIX}-rfc3339-[0-9]*:../../time/py-rfc3339
 DEPENDS+=      ${PYPKGPREFIX}-six>1.9.0:../../lang/py-six
 



Home | Main Index | Thread Index | Old Index