add TEST_DEPENDS = ${RUN_DEPENDS}

This commit is contained in:
sthen 2017-06-11 21:17:44 +00:00
parent 5addbee19f
commit a5d1fb8091

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2017/06/11 21:14:21 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2017/06/11 21:17:44 sthen Exp $
COMMENT = Python interface to Discogs website
@ -26,4 +26,6 @@ RUN_DEPENDS = devel/py-six${MODPY_FLAVOR} \
security/py-oauthlib${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR}
TEST_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>