Kill test dep on py-czmq, which is going away

The tests depending on pyczmq failed anyway as pyczmq is broken.
ok sthen@
This commit is contained in:
jca 2018-11-27 08:25:13 +00:00
parent 366c055416
commit da6b43d954

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2018/10/31 12:27:23 bket Exp $
# $OpenBSD: Makefile,v 1.21 2018/11/27 08:25:13 jca Exp $
COMMENT = Python bindings for ZeroMQ
@ -36,10 +36,6 @@ TEST_DEPENDS = devel/py-test${MODPY_FLAVOR} \
FLAVORS = python3
FLAVOR ?=
.if !${FLAVOR:Mpython3}
TEST_DEPENDS += net/py-czmq
.endif
do-test:
@${MODPY_TEST_TARGET}