File project.diff of Package python-fixtures
--- python-fixtures.changes.orig
+++ python-fixtures.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Tue Sep 1 09:18:07 UTC 2015 - tbechtold@suse.com
+
+- Add missing python-six Requires and BuildRequires
+
+-------------------------------------------------------------------
Fri Jul 3 12:09:34 UTC 2015 - dmueller@suse.com
- update to 1.3.1:
--- python-fixtures.spec.orig
+++ python-fixtures.spec
@@ -27,6 +27,7 @@ Source: http://pypi.python.org/p
BuildRequires: python-devel
BuildRequires: python-mock
BuildRequires: python-pbr >= 0.11
+BuildRequires: python-six
BuildRequires: python-testtools >= 0.9.22
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -36,6 +37,7 @@ BuildRequires: python-unittest2
%else
BuildArch: noarch
%endif
+Requires: python-six
Requires: python-testtools >= 0.9.22
%description