summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2010-08-01 05:21:54 +0200
committer Erik Hanson2010-08-01 05:21:54 +0200
commit112346e27865cb41f8b81124c507073c77aea86f (patch)
treecb0663e1bf79ad88868390d68398e32aecbae38d
parent4021dc35db16aad9812519702e1dd2171510e14a (diff)
downloadslackbuilds-112346e27865cb41f8b81124c507073c77aea86f.tar.gz
libraries/Mako: List MarkupSafe dependency.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--libraries/Mako/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Mako/README b/libraries/Mako/README
index 6b5e85d755..469dacc59a 100644
--- a/libraries/Mako/README
+++ b/libraries/Mako/README
@@ -7,4 +7,4 @@ 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.
+This requires pysetuptools and MarkupSafe.