pkgsrc-WIP-changes archive

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

Fix dependencies in order for letsencrypt to work properly.



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Tue Apr 5 10:39:26 2016 +0000
Changeset:	c332be2d66af5eab23c7a4385422e3d7d262bdb4

Modified Files:
	py-letsencrypt/Makefile

Log Message:
Fix dependencies in order for letsencrypt to work properly.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c332be2d66af5eab23c7a4385422e3d7d262bdb4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-letsencrypt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-letsencrypt/Makefile b/py-letsencrypt/Makefile
index 4d5a4e4..dc1147a 100644
--- a/py-letsencrypt/Makefile
+++ b/py-letsencrypt/Makefile
@@ -14,7 +14,7 @@ PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # as of 0.1.0
 .include "../../lang/python/egg.mk"
 
 DEPENDS+=	${PYPKGPREFIX}-acme-${PKGVERSION_NOREV}{nb*,}:../../wip/py-acme
-DEPENDS+=	${PYPKGPREFIX}-configargparse-[0-9]*:../../devel/py-configargparse
+DEPENDS+=	${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
 DEPENDS+=	${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=	${PYPKGPREFIX}-cryptography>=0.7:../../security/py-cryptography
 .if ${_PYTHON_VERSION} == 27
@@ -24,7 +24,7 @@ DEPENDS+=	${PYPKGPREFIX}-dialog-[0-9]*:../../devel/py-dialog
 .endif
 DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=	${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
-DEPENDS+=	${PYPKGPREFIX}-parsedatetime-[0-9]*:../../time/py-parsedatetime
+DEPENDS+=	${PYPKGPREFIX}-parsedatetime>=2.0:../../time/py-parsedatetime
 DEPENDS+=	${PYPKGPREFIX}-psutil>=2.1.0:../../sysutils/py-psutil
 DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests


Home | Main Index | Thread Index | Old Index