remove unneeded requirement

epel8
Matthias Runge 12 years ago
parent 97e9a58015
commit 5d3fd2793a

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

Loading…
Cancel
Save