From 1f381b3f340b4a893b53175e2fee4029de2ede1c529fd992c860abdf549b31d9 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 16 Apr 2013 16:24:22 +0000
Subject: [PATCH] Accepting request 171153 from
home:posophe:branches:devel:languages:python
remove py2to3 and add requires: python3
OBS-URL: https://build.opensuse.org/request/show/171153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=33
---
python-cssutils.changes | 7 +++++++
python3-cssutils.changes | 7 +++++++
python3-cssutils.spec | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
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