summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@yahoo.fr>2013-09-04 11:34:13 +0200
committerChristophe Vu-Brugier <cvubrugier@yahoo.fr>2013-09-12 10:34:25 +0200
commitd9cbcd0419f62912a5925efdbf556bba603fbeb5 (patch)
treed7d06700cd2498fc156665bc167ee9cc34a55c52 /rpm
parentfb99f2cdbc91995d31a5eb3416e17b86c9285f14 (diff)
downloadconfigshell-fb-d9cbcd0419f62912a5925efdbf556bba603fbeb5.tar.gz
Replace simpleparse with pyparsing
Configshell uses simpleparse to parse the command line. Unfortunately, simpleparse does not seem to be maintained anymore: the last release was three years ago. Moreover, simpleparse is not widely used (on Debian, only configshell depends on it). On the other hand, pyparsing is actively maintained, widely used and ready for Python 3. So let's use it. Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr>
Diffstat (limited to 'rpm')
-rw-r--r--rpm/python-configshell.spec.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/python-configshell.spec.tmpl b/rpm/python-configshell.spec.tmpl
index f44722c..ddd3942 100644
--- a/rpm/python-configshell.spec.tmpl
+++ b/rpm/python-configshell.spec.tmpl
@@ -10,8 +10,8 @@ URL: http://www.risingtidesystems.com/git/
Source: %{oname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rpmroot
BuildArch: noarch
-BuildRequires: python-devel, epydoc, python-simpleparse
-Requires: python-simpleparse, python-urwid >= 0.9.9, epydoc
+BuildRequires: python-devel
+Requires: pyparsing, python-urwid >= 0.9.9, epydoc
Vendor: Datera, Inc.
%description