From 73142dc7f3d1bb00bf77a90311128632a14e14a2 Mon Sep 17 00:00:00 2001 From: kili Date: Sat, 20 Jan 2018 20:00:58 +0000 Subject: [PATCH] py-tz is *both*, run *and* build dependency. ok danj@ --- astro/py-astral/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro/py-astral/Makefile b/astro/py-astral/Makefile index ccb95d5e833..f63041e28f7 100644 --- a/astro/py-astral/Makefile +++ b/astro/py-astral/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2018/01/19 21:53:46 jung Exp $ +# $OpenBSD: Makefile,v 1.2 2018/01/20 20:00:58 kili Exp $ COMMENT = calculations for the position of the sun and the moon @@ -21,6 +21,7 @@ MODULES = lang/python MODPY_PI = Yes MODPY_SETUPTOOLS = Yes +BUILD_DEPENDS = devel/py-tz${MODPY_FLAVOR} RUN_DEPENDS = devel/py-tz${MODPY_FLAVOR} TEST_DEPENDS = ${RUN_DEPENDS} \ devel/py-test${MODPY_FLAVOR}