From 25b1280522612531179e9d571fff78403e219aba026a256dc5547a79f7aa195d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Thu, 12 Mar 2020 10:50:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=14 --- python-web.py.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-web.py.spec b/python-web.py.spec index dc81724..531ec01 100644 --- a/python-web.py.spec +++ b/python-web.py.spec @@ -25,6 +25,7 @@ Summary: web.py: makes web apps License: SUSE-Public-Domain and BSD-3-Clause Group: Development/Languages/Python Source: https://pypi.io/packages/source/w/web.py/web.py-%{version}.tar.gz +Patch1: 0001-webpy-572-enable-python-3.8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: %{python_module setuptools} @@ -37,6 +38,7 @@ Think about the ideal way to write a web app. Write the code to make it happen. %prep %setup -q -n web.py-%{version} +%patch1 -p1 %build %python_build