pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twisted



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 16 08:46:07 UTC 2017

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

Log Message:
Added devel/py-automat dependency


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/py-twisted/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-twisted/Makefile
diff -u pkgsrc/net/py-twisted/Makefile:1.31 pkgsrc/net/py-twisted/Makefile:1.32
--- pkgsrc/net/py-twisted/Makefile:1.31 Mon Feb 13 18:59:04 2017
+++ pkgsrc/net/py-twisted/Makefile      Thu Feb 16 08:46:07 2017
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2017/02/13 18:59:04 adam Exp $
+# $NetBSD: Makefile,v 1.32 2017/02/16 08:46:07 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 COMMENT=       Framework for writing networked applications
 .include "../../net/py-twisted/Makefile.common"
 
+DEPENDS+=      ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat
 DEPENDS+=      ${PYPKGPREFIX}-constantly-[0-9]*:../../devel/py-constantly
 DEPENDS+=      ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL



Home | Main Index | Thread Index | Old Index