Sascha Peilicke 2013-01-30 12:42:54 +00:00 committed by Git OBS Bridge
parent b8dab62ded
commit 8b8b5d26e8
3 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-isodate # spec file for package python-isodate
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 30 12:44:40 UTC 2013 - saschpe@suse.de
- Use 2to3 to fix build
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 13 15:14:42 UTC 2013 - p.drouand@gmail.com Sun Jan 13 15:14:42 UTC 2013 - p.drouand@gmail.com

View File

@ -26,6 +26,7 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz Source: http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3 BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-distribute BuildRequires: python3-distribute
BuildArch: noarch BuildArch: noarch
@ -41,6 +42,7 @@ option.
%setup -q -n isodate-%{version} %setup -q -n isodate-%{version}
%build %build
2to3 -w -n ./
python3 setup.py build python3 setup.py build
%install %install