summaryrefslogtreecommitdiff
path: root/net/py-celery
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-04-19 17:59:42 +0000
committerrodent <rodent@pkgsrc.org>2014-04-19 17:59:42 +0000
commitebe667fa12049d93423261c40c47da19df7e0c2b (patch)
tree6d99ab85c7bb9c5980b501c45d90dff027b73f0d /net/py-celery
parentdc93b23f1d91bd6a471190f579c5f041b0c10c0e (diff)
downloadpkgsrc-ebe667fa12049d93423261c40c47da19df7e0c2b.tar.gz
Fix dependency versions (unsaved edit).
Diffstat (limited to 'net/py-celery')
-rw-r--r--net/py-celery/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-celery/Makefile b/net/py-celery/Makefile
index 4cd0607bb09..5aacc08b656 100644
--- a/net/py-celery/Makefile
+++ b/net/py-celery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/04/19 17:57:31 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/04/19 17:59:42 rodent Exp $
#
DISTNAME= celery-3.1.11
@@ -12,8 +12,8 @@ COMMENT= Asynchronous task/job queue based on distributed message passing
LICENSE= modified-bsd AND cc-by-nc-sa-v3.0
DEPENDS+= ${PYPKGPREFIX}-anyjson-[0-9]*:../../textproc/py-anyjson
-DEPENDS+= ${PYPKGPREFIX}-billiard>=3.3.0.14:../../parallel/py-billiard
-DEPENDS+= ${PYPKGPREFIX}-kombu>=3.0.14:../../net/py-kombu
+DEPENDS+= ${PYPKGPREFIX}-billiard>=3.3.0.17:../../parallel/py-billiard
+DEPENDS+= ${PYPKGPREFIX}-kombu>=3.0.15:../../net/py-kombu
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
USE_LANGUAGES= c