[python-pycadf] Add python-setuptools build requirement

Pádraig Brady pbrady at fedoraproject.org
Mon Apr 7 21:32:02 UTC 2014


commit 7f21fca0dfde82075a7dac0b33a3893ab4a12581
Author: Lon Hohberger <lhh at redhat.com>
Date:   Mon Apr 7 16:42:11 2014 -0400

    Add python-setuptools build requirement

 python-pycadf.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-pycadf.spec b/python-pycadf.spec
index 9fc157f..42c0a80 100644
--- a/python-pycadf.spec
+++ b/python-pycadf.spec
@@ -10,7 +10,7 @@
 
 Name:           python-%{pypi_name}
 Version:        0.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        DMTF Cloud Audit (CADF) data model
 
 License:        ASL 2.0
@@ -19,6 +19,7 @@ Source0:        https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_na
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
 BuildRequires:  python-pbr
 
 Requires:       python-babel
@@ -60,5 +61,8 @@ rm -rf %{buildroot}/%{python_sitelib}/%{pypi_name}/tests
 
 
 %changelog
+* Mon Apr 07 2014 Lon Hohberger <lhh at redhat.com> - 0.4.1-3
+- Add python-setuptools build requirement
+
 * Fri Mar 07 2014 Padraig Brady <P at draigBrady.com> - 0.4.1-2
 - Initial package.


More information about the scm-commits mailing list