pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-celery



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr  5 13:05:22 UTC 2019

Modified Files:
        pkgsrc/net/py-celery: Makefile

Log Message:
py-celery: adjust DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-celery/Makefile

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

Modified files:

Index: pkgsrc/net/py-celery/Makefile
diff -u pkgsrc/net/py-celery/Makefile:1.16 pkgsrc/net/py-celery/Makefile:1.17
--- pkgsrc/net/py-celery/Makefile:1.16  Fri Apr  5 12:55:50 2019
+++ pkgsrc/net/py-celery/Makefile       Fri Apr  5 13:05:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/04/05 12:55:50 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/05 13:05:22 adam Exp $
 
 DISTNAME=      celery-4.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,10 @@ HOMEPAGE=    http://www.celeryproject.org/
 COMMENT=       Asynchronous task/job queue based on distributed message passing
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-billiard>=3.5.0.2:../../parallel/py-billiard
-DEPENDS+=      ${PYPKGPREFIX}-kombu>=4.2.0:../../net/py-kombu
+DEPENDS+=      ${PYPKGPREFIX}-billiard>=3.6.0.0:../../parallel/py-billiard
+DEPENDS+=      ${PYPKGPREFIX}-kombu>=4.4.0:../../net/py-kombu
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-vine>=1.3.0:../../devel/py-vine
 TEST_DEPENDS+= ${PYPKGPREFIX}-case>=1.3.1:../../devel/py-case
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
 



Home | Main Index | Thread Index | Old Index