diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 12:25:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:25 -0500 |
commit | 07f10c22b8c3d98854c5336463d592587b692322 (patch) | |
tree | 02869d47b862603066b4d805857576f989c9b1f1 /python | |
parent | 3bd14bdc4d214eadef24b86177795e8830275bca (diff) |
python/Mako: Fixed dep information
Diffstat (limited to 'python')
-rw-r--r-- | python/Mako/Mako.info | 2 | ||||
-rw-r--r-- | python/Mako/README | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/python/Mako/Mako.info b/python/Mako/Mako.info index c3b79ecd6f88..5d3e4e431645 100644 --- a/python/Mako/Mako.info +++ b/python/Mako/Mako.info @@ -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" diff --git a/python/Mako/README b/python/Mako/README index 619ca5af7004..ce0fb67098fd 100644 --- a/python/Mako/README +++ b/python/Mako/README @@ -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. |