15
0
forked from pool/python-Babel

- Add patch to fix building with new python 3.8.3:

* python383.patch

- Do not bother with documentation package, it is all available online

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=49
This commit is contained in:
Tomáš Chvátal
2020-05-19 10:39:54 +00:00
committed by Git OBS Bridge
parent 6b0c5aa523
commit 14a57cca27
5 changed files with 81 additions and 198 deletions

View File

@@ -23,10 +23,9 @@ Version: 2.8.0
Release: 0
Summary: Internationalization utilities
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://babel.pocoo.org/
Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz
# Test requirements:
Patch0: python383.patch
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module py >= 1.4.14}
BuildRequires: %{python_module pytest >= 2.3.5}
@@ -53,6 +52,7 @@ A collection of tools for internationalizing Python applications.
%prep
%setup -q -n Babel-%{version}
%patch0 -p1
%build
%python_build