From dde3adaa113132a32cd4332aa8f77f990d5a2e594fbb34e0dafcf3a77aa5657b Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 14 Aug 2013 15:38:53 +0000 Subject: [PATCH] - BuildRequire python to fix build error on SLE OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-retry_decorator?expand=0&rev=2 --- python-retry_decorator.changes | 5 +++++ python-retry_decorator.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-retry_decorator.changes b/python-retry_decorator.changes index ee15c43..ee40165 100644 --- a/python-retry_decorator.changes +++ b/python-retry_decorator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 14 15:37:42 UTC 2013 - rschweikert@suse.com + +- BuildRequire python to fix build error on SLE + ------------------------------------------------------------------- Tue Aug 13 15:57:25 UTC 2013 - rschweikert@suse.com diff --git a/python-retry_decorator.spec b/python-retry_decorator.spec index 73efc61..5b3119d 100644 --- a/python-retry_decorator.spec +++ b/python-retry_decorator.spec @@ -23,6 +23,7 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/pnpnpn/retry-decorator Source0: retry_decorator-%{version}.tar.bz2 +BuildRequires: python BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %if 0%{?suse_version} && 0%{?suse_version} <= 1110