From 358072836523c9d5df3ff70a36bfd12703d9f5dd75fe016e432f1c5aa57da13f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 30 Jan 2013 11:25:19 +0000 Subject: [PATCH] - BuildRequire python-2to3 for 12.1 and 12.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=32 --- python3-cssutils.changes | 5 +++++ python3-cssutils.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python3-cssutils.changes b/python3-cssutils.changes index 92d3d03..8b33a81 100644 --- a/python3-cssutils.changes +++ b/python3-cssutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 30 11:26:57 UTC 2013 - saschpe@suse.de + +- BuildRequire python-2to3 for 12.1 and 12.2 + ------------------------------------------------------------------- Fri Jan 11 16:55:46 UTC 2013 - p.drouand@gmail.com diff --git a/python3-cssutils.spec b/python3-cssutils.spec index cf1f0c5..e92356a 100644 --- a/python3-cssutils.spec +++ b/python3-cssutils.spec @@ -26,6 +26,7 @@ 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