python/Mako: Fixed dep information

This commit is contained in:
ponce 2012-08-23 12:25:16 +02:00 committed by Robby Workman
parent 3bd14bdc4d
commit 07f10c22b8
2 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://www.makotemplates.org/downloads/Mako-0.6.2.tar.gz"
MD5SUM="57ed372007898b54142155681a38d8d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="MarkupSafe pysetuptools"
REQUIRES="MarkupSafe"
MAINTAINER="Ben Mendis"
EMAIL="dragonwisard@gmail.com"

View File

@ -6,5 +6,3 @@ embedded Python (i.e. Python Server Page) language, which refines the
familiar ideas of componentized layout and inheritance to produce one of
the most straightforward and flexible models available, while also
maintaining close ties to Python calling and scoping semantics.
This requires pysetuptools and MarkupSafe.