pbr now requires pip

epel8
Matthias Runge 12 years ago
parent f13711f858
commit 318a0aa0af

@ -10,6 +10,8 @@ URL: http://pypi.python.org/pypi/pbr
Source0: http://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python-pip
BuildRequires: python2-devel BuildRequires: python2-devel
# very new required, when also using tests # very new required, when also using tests
#BuildRequires: python-d2to1 >= 0.2.10 #BuildRequires: python-d2to1 >= 0.2.10
@ -78,6 +80,9 @@ rm -rf html/.{doctrees,buildinfo}
%{python_sitelib}/%{pypi_name} %{python_sitelib}/%{pypi_name}
%changelog %changelog
* Tue Aug 13 2013 Matthias Runge <mrunge@redhat.com> - 0.5.21-2
- add requirement python-pip (rhbz#996192)
* Thu Aug 08 2013 Matthias Runge <mrunge@redhat.com> - 0.5.21-1 * Thu Aug 08 2013 Matthias Runge <mrunge@redhat.com> - 0.5.21-1
- update to 0.5.21 (rhbz#990008) - update to 0.5.21 (rhbz#990008)

Loading…
Cancel
Save