15
0
forked from pool/python-Babel

Accepting request 830007 from home:mcalabkova:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/830007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=51
This commit is contained in:
Tomáš Chvátal
2020-08-27 14:09:58 +00:00
committed by Git OBS Bridge
parent 14a57cca27
commit 4d736bc6df
3 changed files with 21 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ License: BSD-3-Clause
URL: http://babel.pocoo.org/
Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz
Patch0: python383.patch
Patch1: pytest6.patch
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module py >= 1.4.14}
BuildRequires: %{python_module pytest >= 2.3.5}
@@ -53,6 +54,7 @@ A collection of tools for internationalizing Python applications.
%prep
%setup -q -n Babel-%{version}
%patch0 -p1
%patch1 -p1
%build
%python_build