python/Mako: Fixed dep information
This commit is contained in:
parent
3bd14bdc4d
commit
07f10c22b8
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.makotemplates.org/downloads/Mako-0.6.2.tar.gz"
|
||||||
MD5SUM="57ed372007898b54142155681a38d8d0"
|
MD5SUM="57ed372007898b54142155681a38d8d0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="MarkupSafe pysetuptools"
|
REQUIRES="MarkupSafe"
|
||||||
MAINTAINER="Ben Mendis"
|
MAINTAINER="Ben Mendis"
|
||||||
EMAIL="dragonwisard@gmail.com"
|
EMAIL="dragonwisard@gmail.com"
|
||||||
|
|
|
@ -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
|
familiar ideas of componentized layout and inheritance to produce one of
|
||||||
the most straightforward and flexible models available, while also
|
the most straightforward and flexible models available, while also
|
||||||
maintaining close ties to Python calling and scoping semantics.
|
maintaining close ties to Python calling and scoping semantics.
|
||||||
|
|
||||||
This requires pysetuptools and MarkupSafe.
|
|
||||||
|
|
Loading…
Reference in New Issue