diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 16:32:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:33 -0500 |
commit | 4109918a7b49cb17df7007a66f9305af38a45c1a (patch) | |
tree | 261795a2075dc15d12fa14bac7d5232ed59b8e1b | |
parent | ef83d33b17348f1e4c6d9569fa2baa2028235c44 (diff) | |
download | slackbuilds-4109918a7b49cb17df7007a66f9305af38a45c1a.tar.gz |
python/SimpleParse: Fixed dep information
-rw-r--r-- | python/SimpleParse/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/SimpleParse/README b/python/SimpleParse/README index 441ae4af2f..d95d976bfc 100644 --- a/python/SimpleParse/README +++ b/python/SimpleParse/README @@ -2,5 +2,3 @@ SimpleParse is a BSD-licensed Python package providing a simple and fast parser generator using a modified version of the mxTextTools text-tagging engine. SimpleParse allows you to generate parsers directly from your EBNF grammar. - -This requires pysetuptools. |