From 8016d3ab70b7ae0b3bccdcb5866d1a8eaf411d126ed0ae91fc810782494eee6a Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 16 Apr 2013 19:22:13 +0000
Subject: [PATCH] Accepting request 171190 from
home:posophe:branches:devel:languages:python
some little improvements
OBS-URL: https://build.opensuse.org/request/show/171190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isodate?expand=0&rev=8
---
python-isodate.changes | 7 +++++++
python3-isodate.changes | 7 +++++++
python3-isodate.spec | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/python-isodate.changes b/python-isodate.changes
index c8e3a9d..11a42b5 100644
--- a/python-isodate.changes
+++ b/python-isodate.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Tue Apr 16 19:21:24 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
+
-------------------------------------------------------------------
Sun Jan 13 15:14:28 UTC 2013 - p.drouand@gmail.com
diff --git a/python3-isodate.changes b/python3-isodate.changes
index 7f13be1..8f25ad5 100644
--- a/python3-isodate.changes
+++ b/python3-isodate.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Tue Apr 16 19:21:24 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 12:44:40 UTC 2013 - saschpe@suse.de
diff --git a/python3-isodate.spec b/python3-isodate.spec
index 564c738..390691a 100644
--- a/python3-isodate.spec
+++ b/python3-isodate.spec
@@ -26,9 +26,9 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
-BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-distribute
+Requires: python3
BuildArch: noarch
%description