pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-acme
Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jun 28 15:33:52 UTC 2018
Modified Files:
        pkgsrc/security/py-acme: Makefile
Log Message:
security/py-acme: add dependency to py-requests-toolbelt
py-acme requires requests-toolbelt, fixing runtime problem of cy-certbot.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-acme/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-acme/Makefile
diff -u pkgsrc/security/py-acme/Makefile:1.10 pkgsrc/security/py-acme/Makefile:1.11
--- pkgsrc/security/py-acme/Makefile:1.10       Tue Mar 13 10:08:51 2018
+++ pkgsrc/security/py-acme/Makefile    Thu Jun 28 15:33:52 2018
@@ -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}-mock-[0-9]*:../
 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