From 5d3fd2793a130cdc5627e3358d71ec90e6fae39b Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Fri, 31 May 2013 13:25:44 +0200 Subject: [PATCH] remove unneeded requirement --- python-pbr.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 - 0.5.11-2 +- remove requirement setuptools_git + * Fri May 17 2013 Matthias Runge - 0.5.11-1 - update to 0.5.11 (rhbz#962132) - disable tests, as requirements can not be fulfilled right now