diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-02-27 07:46:22 -0500 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-02-27 07:46:22 -0500 |
commit | 40a5498c9bc22c82c0af57faaed39e65ed81f752 (patch) | |
tree | 37a1ffa7af310e27de4062ece3bf3ad12d08094c /docs | |
parent | f1426315a4f70fab1e99f7dee2db83bfc67fe387 (diff) | |
download | cliff-40a5498c9bc22c82c0af57faaed39e65ed81f752.tar.gz |
Fix PyParsing dependency
Peg the version of PyParsing based on the Python version,
at least until cmd2 can be updated with a release that does
the same.
Change-Id: Ib9a7aad26ad8247706db16ee52cc385678062c51
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/history.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/history.rst b/docs/source/history.rst index 04ba519..b0018d3 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -6,6 +6,9 @@ dev - Sort list of commands in interactive help mode. (contributed by Ilya Shakhat) + - Fix a dependency issue with PyParsing until the cmd2 package can + release an update setting the version of its dependency based on + the Python version. 1.3 |