[python-cheetah] remove python-markdown and python-pygments hard dependencies

mikeb mikeb at fedoraproject.org
Thu Jun 19 21:30:56 UTC 2014


commit 4bb57b0589fe0f49bce3f2b42eb948fa30bf3d93
Author: Matthew Miller <mattdm at fedoraproject.org>
Date:   Thu Jun 19 14:29:25 2014 -0700

    remove python-markdown and python-pygments hard dependencies

 python-cheetah.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-cheetah.spec b/python-cheetah.spec
index 17ca881..17f1c63 100644
--- a/python-cheetah.spec
+++ b/python-cheetah.spec
@@ -2,7 +2,7 @@
 
 Name:           python-cheetah
 Version:        2.4.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Template engine and code generator
 
 Group:          Development/Libraries
@@ -20,9 +20,6 @@ BuildRequires: python-setuptools
 BuildRequires: python-markdown
 BuildRequires: python-pygments
 
-Requires: python-markdown
-Requires: python-pygments
-
 %description
 Cheetah is an open source template engine and code generation tool,
 written in Python. It can be used standalone or combined with other
@@ -86,6 +83,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/Cheetah-%{version}-*.egg-info/*.txt
 
 %changelog
+* Thu Jun 19 2014 Matthew Miller <mattdm at fedoraproject.org> - 2.4.4-7
+- remove python-markdown and python-pygments hard dependencies
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list