pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-zmq (net/py-zmq) Fix build, +DEPENDS+= py-packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7237613eded1
branches:  trunk
changeset: 380647:7237613eded1
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jun 11 13:26:59 2022 +0000

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

diffstat:

 net/py-zmq/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 70e53e93c917 -r 7237613eded1 net/py-zmq/Makefile
--- a/net/py-zmq/Makefile       Sat Jun 11 12:46:22 2022 +0000
+++ b/net/py-zmq/Makefile       Sat Jun 11 13:26:59 2022 +0000
@@ -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 @@
 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