diff options
author | rodent <rodent> | 2014-04-19 17:59:42 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-04-19 17:59:42 +0000 |
commit | 256062a35d750f56b1c95e6e34df4616233da3bb (patch) | |
tree | d24dda601a2f5b86ebafac5971f2a99d7bd0d01b /net/py-celery | |
parent | d0550cb2a6717608aec4857148eb9743385377d9 (diff) | |
download | pkgsrc-256062a35d750f56b1c95e6e34df4616233da3bb.tar.gz |
Fix dependency versions (unsaved edit).
Diffstat (limited to 'net/py-celery')
-rw-r--r-- | net/py-celery/Makefile | 6 |
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 |