14
0
forked from pool/python-web.py
Michael Ströder
2020-03-12 10:50:37 +00:00
committed by Git OBS Bridge
parent 05815ada27
commit 25b1280522

View File

@@ -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