summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-07-18 18:37:44 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-07-18 18:41:38 +0200
commitc1e5a48b5c6ad27f524f4c1da6b264ac8818ab35 (patch)
tree41af7de4154e381ef7acea7b0f14734b76aea354
parent95a9c3945917c0bcefcd87854e1c3b09fd61e2fa (diff)
downloadconfigshell-fb-c1e5a48b5c6ad27f524f4c1da6b264ac8818ab35.tar.gz
Added epydoc requirement in RPM specfile.
-rw-r--r--redhat/python-configshell.spec.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/python-configshell.spec.tmpl b/redhat/python-configshell.spec.tmpl
index 0d53b50..f3d8073 100644
--- a/redhat/python-configshell.spec.tmpl
+++ b/redhat/python-configshell.spec.tmpl
@@ -11,7 +11,7 @@ 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
+Requires: python-simpleparse, python-urwid >= 0.9.9, epydoc
Vendor: RisingTide Systems
%description