diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-26 12:49:27 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-26 12:49:27 +0200 |
commit | 41df0f18ab40db2092f72da20651612903bc7c2e (patch) | |
tree | 0dcd7948e574aea3073fe1f504a62c99c15cad20 /libraries/Jinja2 | |
parent | a26db174f570499142dfa71ea04792d2b333f8a5 (diff) |
libraries/Jinja2: Fixed dep information
Diffstat (limited to 'libraries/Jinja2')
-rw-r--r-- | libraries/Jinja2/README | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/libraries/Jinja2/README b/libraries/Jinja2/README index fa926870bc47..d389ee4ef5d7 100644 --- a/libraries/Jinja2/README +++ b/libraries/Jinja2/README @@ -2,10 +2,9 @@ Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. -This requires pysetuptools. - -Circular dependencies warning: The DOCS=yes flag needs Sphinx, which -needs Jinja2, which needs Sphinx because DOCS=yes ... So... If you -really need the docs, build Jinja2 without the DOCS=yes flag, build -Sphinx, then rebuild Jinja2 with DOCS=yes. Incidentally, unless you -are a developer, you don't normally need the DOCS=yes flag. +Circular dependencies warning: The DOCS=yes flag needs the optional +dependency Sphinx, which needs Jinja2, which needs Sphinx because +DOCS=yes ... So... If you really need the docs, build Jinja2 +without the DOCS=yes flag, build Sphinx, then rebuild Jinja2 with +DOCS=yes. Incidentally, unless you are a developer, you don't +normally need the DOCS=yes flag. |