- 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
This commit is contained in:
Sascha Peilicke 2012-02-28 09:08:51 +00:00 committed by Git OBS Bridge
parent c83af8c65f
commit 4bed851f83
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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