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:   fhajny
Date:           Tue Apr 11 06:32:32 UTC 2017

Modified Files:
        pkgsrc/security/py-acme: Makefile

Log Message:
Fix py-requests dependency version


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/security/py-acme/Makefile:1.6
--- pkgsrc/security/py-acme/Makefile:1.5        Mon Apr 10 10:29:38 2017
+++ pkgsrc/security/py-acme/Makefile    Tue Apr 11 06:32:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/04/10 10:29:38 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2017/04/11 06:32:32 fhajny Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/acme/}
 PKGREVISION=   1
@@ -14,7 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-argparse-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.8:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.15:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests>2.10:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-rfc3339-[0-9]*:../../time/py-rfc3339
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 



Home | Main Index | Thread Index | Old Index