pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-zmq



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 11 13:26:59 UTC 2022

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

Log Message:
(net/py-zmq) Fix build, +DEPENDS+= py-packaging


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/py-zmq/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-zmq/Makefile
diff -u pkgsrc/net/py-zmq/Makefile:1.34 pkgsrc/net/py-zmq/Makefile:1.35
--- pkgsrc/net/py-zmq/Makefile:1.34     Tue Jun  7 16:23:04 2022
+++ pkgsrc/net/py-zmq/Makefile  Sat Jun 11 13:26:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/06/07 16:23:04 adam Exp $
+# $NetBSD: Makefile,v 1.35 2022/06/11 13:26:59 mef Exp $
 
 DISTNAME=      pyzmq-23.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -11,6 +11,7 @@ COMMENT=      Python bindings for zeromq
 LICENSE=       gnu-lgpl-v3 AND modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index