15
0
forked from pool/python-Paste
Tomáš Chvátal
2018-10-18 09:21:12 +00:00
committed by Git OBS Bridge
parent 4c0317dc61
commit e1dbddccd4

View File

@@ -26,7 +26,7 @@ License: MIT
Group: Development/Languages/Python
URL: http://pythonpaste.org
Source: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
BuildRequires: %{python_module devel}
Patch0: python37.patch
# Test build requirements:
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
@@ -62,6 +62,7 @@ rm tests/test_proxy.py
rm paste/urlmap.py.orig
rm paste/httpserver.py.orig
rm paste/util/template.py.orig
%patch0 -p1
%build
%python_build