diff --git a/python-oslotest.spec b/python-oslotest.spec index 095e3ce..771866d 100644 --- a/python-oslotest.spec +++ b/python-oslotest.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenStack test framework License: ASL 2.0 @@ -16,6 +16,11 @@ BuildRequires: python-pbr BuildRequires: python-sphinx BuildRequires: python-oslo-sphinx +Requires: python-six +Requires: python-testrepository +Requires: python-testscenarios +Requires: python-mock +Requires: python-mox %description OpenStack test framework and test fixtures. @@ -49,5 +54,8 @@ rm -rf html/.{doctrees,buildinfo} %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Mon Oct 20 2014 Alan Pevec - 1.1.0-2 +- add dependencies + * Mon Oct 20 2014 Alan Pevec - 1.1.0-1 - Initial package.