15
0
forked from pool/python-Babel

Accepting request 244817 from home:sfalken:branches:devel:languages:python

- Removed un-needed BuildRequire for timezone 

- Added 0001-disable_timezone_tests.patch
  + Disabling tests so package will build.  Tests can be re-enabled
    when upstream bug is resolved (gh#mitsuhiko/babel#106)

OBS-URL: https://build.opensuse.org/request/show/244817
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=14
This commit is contained in:
Michal Čihař
2014-08-15 12:05:34 +00:00
committed by Git OBS Bridge
parent 7e1800f51c
commit 991122cf4f
3 changed files with 74 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ Summary: Internationalization utilities
License: BSD-3-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/B/Babel/Babel-%{version}.tar.gz
# FIX-BUILD-OPENSUSE 0001-disable_timezone_tests.patch sfalken@opensuse.org -- disable failing timezone tests
Patch0: 0001-disable_timezone_tests.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: python-devel
@@ -52,6 +54,7 @@ A collection of tools for internationalizing Python applications.
%prep
%setup -q -n Babel-%{version}
%patch0 -p1
sed -i "s/pybabel =/pybabel-%{py_ver} =/" setup.py
%build