missing dependency on py-test-runner

This commit is contained in:
jasper 2020-02-17 07:55:40 +00:00
parent 214809281c
commit 7c622dad35

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2020/02/13 18:37:58 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2020/02/17 07:55:40 jasper Exp $
COMMENT= WSDL parsing services package for Python
@ -20,8 +20,10 @@ FLAVORS = python3
FLAVOR ?=
BUILD_DEPENDS= devel/py-pbr${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR}
devel/py-six${MODPY_FLAVOR} \
devel/py-test-runner${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-pbr${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-test-runner${MODPY_FLAVOR}
.include <bsd.port.mk>