- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=13
This commit is contained in:
Sascha Peilicke 2013-10-24 11:08:19 +00:00 committed by Git OBS Bridge
parent 79e77871e0
commit f3fbfcfa7c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 24 11:08:17 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Tue Jun 25 11:56:41 UTC 2013 - dmueller@suse.com

View File

@ -26,7 +26,7 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
%if 0%{?suse_version}
%py_requires
%endif