pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-eventlib



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Jul 18 18:38:48 UTC 2017

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

Log Message:
Fix py-redis PKGPATH in DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-eventlib/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-eventlib/Makefile
diff -u pkgsrc/net/py-eventlib/Makefile:1.13 pkgsrc/net/py-eventlib/Makefile:1.14
--- pkgsrc/net/py-eventlib/Makefile:1.13        Fri Jul 14 11:39:32 2017
+++ pkgsrc/net/py-eventlib/Makefile     Tue Jul 18 18:38:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/07/14 11:39:32 adam Exp $
+# $NetBSD: Makefile,v 1.14 2017/07/18 18:38:48 leot Exp $
 
 DISTNAME=      eventlib-0.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE=      gnu-lgpl-v3
 DEPENDS+=      ${PYPKGPREFIX}-ejson>=0.1.3:../../textproc/py-ejson
 DEPENDS+=      ${PYPKGPREFIX}-logan>=0.5.0:../../devel/py-logan
 DEPENDS+=      ${PYPKGPREFIX}-celery>=3.0.9:../../net/py-celery
-DEPENDS+=      ${PYPKGPREFIX}-redis>=2.7.1:../../databases/py-redis-py
+DEPENDS+=      ${PYPKGPREFIX}-redis>=2.7.1:../../databases/py-redis
 DEPENDS+=      ${PYPKGPREFIX}-django>=1.4.1:../../www/py-django
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index