pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

depend on time/py-pytz - without it, mysterious errors happen.



Module Name:	pkgsrc-wip
Committed By:	Jeff Rizzo <riz%tastylime.net@localhost>
Pushed By:	riz
Date:		Sun Dec 6 14:11:42 2015 -0800
Changeset:	37fda3eff042c8a2c91305990be92dcc1daa1b19

Modified Files:
	py-graphite-web/Makefile

Log Message:
depend on time/py-pytz - without it, mysterious errors happen.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=37fda3eff042c8a2c91305990be92dcc1daa1b19

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-graphite-web/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-graphite-web/Makefile b/py-graphite-web/Makefile
index 8fbecb0..6a7be90 100644
--- a/py-graphite-web/Makefile
+++ b/py-graphite-web/Makefile
@@ -13,6 +13,7 @@ LICENSE=	apache-2.0
 DEPENDS+=	${PYPKGPREFIX}-carbon>=${PKGREVISION_NOREV}:../../wip/py-carbon
 DEPENDS+=	${PYPKGPREFIX}-django>=1.3.1:../../www/py-django
 DEPENDS+=	${PYPKGPREFIX}-django-tagging>=0.3.1:../../www/py-django-tagging
+DEPENDS+=	${PYPKGPREFIX}-pytz:../../time/py-pytz
 
 EGG_NAME=	${DISTNAME:S/graphite-/graphite_/}
 


Home | Main Index | Thread Index | Old Index