missing dependency on py-test-runner
This commit is contained in:
parent
214809281c
commit
7c622dad35
@ -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
|
COMMENT= WSDL parsing services package for Python
|
||||||
|
|
||||||
@ -20,8 +20,10 @@ FLAVORS = python3
|
|||||||
FLAVOR ?=
|
FLAVOR ?=
|
||||||
|
|
||||||
BUILD_DEPENDS= devel/py-pbr${MODPY_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} \
|
RUN_DEPENDS = devel/py-pbr${MODPY_FLAVOR} \
|
||||||
devel/py-six${MODPY_FLAVOR}
|
devel/py-six${MODPY_FLAVOR}
|
||||||
|
TEST_DEPENDS = devel/py-test-runner${MODPY_FLAVOR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user