From 64ee1cb80cacd34ab1451f563f0d3d0589a4cac7 Mon Sep 17 00:00:00 2001 From: kleink Date: Sun, 17 Feb 2013 15:58:56 +0000 Subject: Put back the dependency on py-pytz which is still used by py-icalendar; apparently the previous tests-only dependency on py-dateutil has crept into the library sources but install_requires wasn't updated to reflect this. Per discussion with wiz. --- time/py-icalendar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'time') diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile index 91a6a94df29..7153da80f76 100644 --- a/time/py-icalendar/Makefile +++ b/time/py-icalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/02/16 18:08:48 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/02/17 15:58:56 kleink Exp $ # DISTNAME= icalendar-3.3 @@ -13,6 +13,7 @@ COMMENT= Python parser/generator for iCalendar files, as per RFC2445 LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil +DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz USE_LANGUAGES= # empty -- cgit v1.2.3