From 4bed851f83b84ae80faa16d9692a6365e6437286925afe8212cb45a9766ee8c8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 28 Feb 2012 09:08:51 +0000 Subject: [PATCH] - Fix SLE_11 build by actually BuildRequiring python-devel OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=20 --- python-transaction.changes | 5 +++++ python-transaction.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-transaction.changes b/python-transaction.changes index 7e1ddb0..24f7d9c 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 28 09:08:33 UTC 2012 - saschpe@suse.de + +- Fix SLE_11 build by actually BuildRequiring python-devel + ------------------------------------------------------------------- Wed Feb 1 14:52:12 UTC 2012 - saschpe@suse.de diff --git a/python-transaction.spec b/python-transaction.spec index 22a9d6a..37b6957 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -11,7 +11,7 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -24,6 +24,7 @@ License: ZPL-2.1 Group: Development/Libraries/Python Url: http://www.zope.org/Products/ZODB Source: http://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz +BuildRequires: python-devel BuildRequires: python-distribute Requires: python-zope.interface BuildRoot: %{_tmppath}/%{name}-%{version}-build