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/6d9512a5249e
branches: trunk
changeset: 382342:6d9512a5249e
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 5d460307294a -r 6d9512a5249e 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