[python-scss] Require python-setuptools as thats needed for the binary to work

Patrick Uiterwijk puiterwijk at fedoraproject.org
Tue Feb 25 07:43:37 UTC 2014


commit 102e1fd0042ae6d554cf47bd80fa7f92d08adc67
Author: Patrick Uiterwijk <puiterwijk at redhat.com>
Date:   Tue Feb 25 08:44:24 2014 +0100

    Require python-setuptools as thats needed for the binary to work

 python-scss.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-scss.spec b/python-scss.spec
index 1de4f4c..77d02fd 100644
--- a/python-scss.spec
+++ b/python-scss.spec
@@ -12,7 +12,7 @@
 
 Name:           python-scss
 Version:        1.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Scss compiler for Python
 
 License:        MIT
@@ -26,6 +26,7 @@ BuildRequires:  python-six
 BuildRequires:  python-sphinx
 BuildRequires:  pcre-devel
 Requires:       python-six
+Requires:       python-setuptools
 
 %description
 A Scss compiler for Python
@@ -57,6 +58,9 @@ cp -ar docs/_build/man/pyscss.1 %{buildroot}%{_mandir}/man1/pyscss.1
 
 
 %changelog
+* Tue Feb 25 2014 Patrick Uiterwijk (LOCAL) <puiterwijk at redhat.com> - 1.2.0-3
+- Require python-setuptools as thats needed for the binary to work
+
 * Wed Nov 06 2013 Patrick Uiterwijk <puiterwijk at gmail.com> - 1.2.0-2
 - Buildrequire set to python2-devel
 - Added buildrequire pcre-devel


More information about the scm-commits mailing list