Add missing bdep on devel/py-test-runner.

ok danj@
This commit is contained in:
kili 2018-11-15 21:29:51 +00:00
parent 7b14d65a30
commit 807d188c19

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/11/15 12:14:05 danj Exp $
# $OpenBSD: Makefile,v 1.2 2018/11/15 21:29:51 kili Exp $
COMMENT = python wrapper for the Mastodon API
@ -22,6 +22,8 @@ MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
BUILD_DEPENDS = devel/py-test-runner${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-dateutil${MODPY_FLAVOR} \
devel/py-decorator${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR} \