[python-pbr/el6] remove unneeded requirement

Matthias Runge mrunge at fedoraproject.org
Fri May 31 11:26:08 UTC 2013


commit 5d3fd2793a130cdc5627e3358d71ec90e6fae39b
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri May 31 13:25:44 2013 +0200

    remove unneeded requirement

 python-pbr.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/python-pbr.spec b/python-pbr.spec
index 562b293..23483f0 100644
--- a/python-pbr.spec
+++ b/python-pbr.spec
@@ -2,7 +2,7 @@
 
 Name:           python-%{pypi_name}
 Version:        0.5.11
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python Build Reasonableness
 
 License:        ASL 2.0
@@ -38,6 +38,9 @@ time to make that code into a proper re-usable library.
 
 %prep
 %setup -q -n %{pypi_name}-%{version}
+
+# remove unused requirement
+sed -i '/setuptools_git/d' requirements.txt
 # Remove bundled egg-info
 rm -rf %{pypi_name}.egg-info
 
@@ -64,6 +67,9 @@ rm -rf html/.{doctrees,buildinfo}
 %{python_sitelib}/%{pypi_name}
 
 %changelog
+* Fri May 31 2013 Matthias Runge <mrunge at redhat.com> - 0.5.11-2
+- remove requirement setuptools_git
+
 * Fri May 17 2013 Matthias Runge <mrunge at redhat.com> - 0.5.11-1
 - update to 0.5.11 (rhbz#962132)
 - disable tests, as requirements can not be fulfilled right now


More information about the scm-commits mailing list