[gajim] Do not Require python-docutils

Michal Schmidt michich at fedoraproject.org
Thu Aug 19 21:10:37 UTC 2010


commit 53c2e29558d63cfade8b9ccddb159cd556cab519
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Thu Aug 19 22:49:02 2010 +0200

    Do not Require python-docutils
    
    It has non-negligible size and it is only used for RST generator,
    which is presumably not used very often.

 gajim.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gajim.spec b/gajim.spec
index 8ad4102..43aa172 100644
--- a/gajim.spec
+++ b/gajim.spec
@@ -25,7 +25,6 @@ Requires:	hicolor-icon-theme
 Requires:	notify-python
 Requires:	pyOpenSSL
 Requires:	python-crypto
-Requires:	python-docutils
 Requires:	python-GnuPGInterface
 Requires:	python-kerberos
 Requires:	python-libasyncns
@@ -41,6 +40,8 @@ Requires:	libXScrnSaver
 #Requires:	farsight2-python
 #  Password encryption:
 #Requires:	gnome-python2-gnomekeyring
+#  RST Generator:
+#Requires:	python-docutils
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext


More information about the scm-commits mailing list