diff --git a/python-cssutils.changes b/python-cssutils.changes index afa727d..86173e0 100644 --- a/python-cssutils.changes +++ b/python-cssutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 16 15:30:10 UTC 2013 - p.drouand@gmail.com + +- Remove BuildRequires: python-2to3, useless since included in main + python devel package +- Add Requires: python3; fix build for OpenSUSE <= 12.2 + ------------------------------------------------------------------- Fri Jan 11 16:55:32 UTC 2013 - p.drouand@gmail.com diff --git a/python3-cssutils.changes b/python3-cssutils.changes index 8b33a81..bac6480 100644 --- a/python3-cssutils.changes +++ b/python3-cssutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 16 15:30:10 UTC 2013 - p.drouand@gmail.com + +- Remove BuildRequires: python-2to3, useless since included in main + python devel package +- Add Requires: python3; fix build for OpenSUSE <= 12.2 + ------------------------------------------------------------------- Wed Jan 30 11:26:57 UTC 2013 - saschpe@suse.de diff --git a/python3-cssutils.spec b/python3-cssutils.spec index e92356a..679c215 100644 --- a/python3-cssutils.spec +++ b/python3-cssutils.spec @@ -26,10 +26,10 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 -BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildRequires: unzip +Requires: python3 BuildArch: noarch %description