RUN_DEPENDS is automatically added to TEST_DEPENDS now.

Now need to add it explicitly.
This commit is contained in:
semarie 2019-05-15 12:43:24 +00:00
parent c45cd79fc7
commit f850ac0eef
3 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2019/05/09 17:40:27 semarie Exp $
# $OpenBSD: Makefile,v 1.12 2019/05/15 12:43:24 semarie Exp $
COMMENT = 3-tiers general purpose business application framework
@ -26,8 +26,6 @@ RUN_DEPENDS += databases/py-psycopg2${MODPY_FLAVOR} \
#RUN_DEPENDS += graphics/pydot # optional, port is py2 only
#RUN_DEPENDS += levenshtein # optional, not ported
TEST_DEPENDS += ${RUN_DEPENDS}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/trytond
${SUBST_CMD} -m 0444 -c ${FILESDIR}/server.conf \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/05/09 11:49:01 semarie Exp $
# $OpenBSD: Makefile,v 1.2 2019/05/15 12:43:24 semarie Exp $
COMMENT = 3-tiers general purpose business application framework
@ -25,8 +25,6 @@ RUN_DEPENDS += databases/py-psycopg2${MODPY_FLAVOR} \
#RUN_DEPENDS += graphics/pydot # optional, port is py2 only
#RUN_DEPENDS += levenshtein # optional, not ported
TEST_DEPENDS += ${RUN_DEPENDS}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/trytond
${SUBST_CMD} -m 0444 -c ${FILESDIR}/server.conf \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.25 2018/12/08 19:08:01 semarie Exp $
# $OpenBSD: Makefile.inc,v 1.26 2019/05/15 12:43:24 semarie Exp $
CATEGORIES ?= productivity \
productivity/tryton
@ -42,6 +42,5 @@ TEST_DEPENDS += productivity/tryton/${TRYTON_VERSION}/${_m}${TRYTON_VERSION_COM
MODULES += lang/python
MODPY_VERSION ?= ${MODPY_DEFAULT_VERSION_3}
MODPY_SETUPTOOLS ?= Yes
TEST_DEPENDS += ${RUN_DEPENDS}
TEST_ENV += DB_NAME=:memory:
.endif