pkgsrc-WIP-changes archive

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

Fix the "don't care what version" pattern for py-pytz, per wiz.



Module Name:	pkgsrc-wip
Committed By:	Jeff Rizzo <riz%tastylime.net@localhost>
Pushed By:	riz
Date:		Sun Dec 6 14:46:16 2015 -0800
Changeset:	19c262c48d44ff8cfebd10afb9250e1b7c3ef1f6

Modified Files:
	py-graphite-web/Makefile

Log Message:
Fix the "don't care what version" pattern for py-pytz, per wiz.

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

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

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

diffs:
diff --git a/py-graphite-web/Makefile b/py-graphite-web/Makefile
index cdac0e8..1f1e5c9 100644
--- a/py-graphite-web/Makefile
+++ b/py-graphite-web/Makefile
@@ -13,7 +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>=${PKGREVISION_NOREV}:../../time/py-pytz
+DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 
 EGG_NAME=	${DISTNAME:S/graphite-/graphite_/}
 


Home | Main Index | Thread Index | Old Index