diff --git a/SPECS/python27.spec b/SPECS/python27.spec index 5c475fb..026f7c5 100644 --- a/SPECS/python27.spec +++ b/SPECS/python27.spec @@ -13,7 +13,7 @@ Summary: Package that installs %scl Name: %scl_name Version: 1.1 -Release: 19%{?dist} +Release: 20%{?dist} License: GPLv2+ Source0: macros.additional.%{scl} Source1: README @@ -26,11 +26,13 @@ BuildRequires: scl-utils-build Requires: %{scl_prefix}python Requires: %{scl_prefix}python-jinja2 Requires: %{scl_prefix}python-nose +Requires: %{scl_prefix}python-pip Requires: %{scl_prefix}python-simplejson Requires: %{scl_prefix}python-setuptools Requires: %{scl_prefix}python-sphinx Requires: %{scl_prefix}python-sqlalchemy Requires: %{scl_prefix}python-virtualenv +Requires: %{scl_prefix}python-wheel Requires: %{scl_prefix}python-werkzeug %endif @@ -124,6 +126,10 @@ install -m 644 %{scl_name}.7 %{buildroot}%{_mandir}/man7/%{scl_name}.7 %{_root_sysconfdir}/rpm/macros.%{scl_name_base}-scldevel %changelog +* Tue Jan 20 2015 Slavek Kabrda - 1.1-20 +- Require python-pip and python-wheel (note: in rh-python34 + this is not necessary, because "python" depends on these). + * Mon Mar 31 2014 Honza Horak - 1.1-19 - Fix path typo in README Related: #1061457