[python-ansi2html] Add explicit dep on python3-setuptools.

Ralph Bean ralph at fedoraproject.org
Wed Aug 27 23:20:28 UTC 2014


commit cef8426ded0c2903cce55f62357dd133059f4c75
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Aug 27 16:20:27 2014 -0700

    Add explicit dep on python3-setuptools.

 python-ansi2html.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-ansi2html.spec b/python-ansi2html.spec
index 2424b92..2f92a77 100644
--- a/python-ansi2html.spec
+++ b/python-ansi2html.spec
@@ -6,7 +6,7 @@
 
 Name:       python-ansi2html
 Version:    1.0.6
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Python module that converts text with ANSI color to HTML
 
 Group:      Development/Libraries
@@ -36,6 +36,7 @@ Requires:       python-ordereddict
 %endif
 
 Requires:   python
+Requires:   python-setuptools
 Requires:   python-six
 
 %description
@@ -48,6 +49,7 @@ Group:      Development/Libraries
 
 %if 0%{?with_python3}
 Requires:   python3
+Requires:   python3-setuptools
 Requires:   python3-six
 %endif
 
@@ -112,6 +114,9 @@ popd
 
 
 %changelog
+* Wed Aug 27 2014 Ralph Bean <rbean at redhat.com> - 1.0.6-4
+- Added explicit dependency on python(3)-setuptools.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list