summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python-cheroot.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/python-cheroot.spec b/python-cheroot.spec
index aa90ac1..5c2defc 100644
--- a/python-cheroot.spec
+++ b/python-cheroot.spec
@@ -2,7 +2,7 @@
Name: python-%{pkgname}
Version: 6.5.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Highly-optimized, pure-python HTTP server
License: BSD
URL: https://cheroot.cherrypy.org/
@@ -21,6 +21,8 @@ BuildRequires: python3-requests
BuildRequires: python3-trustme
BuildRequires: python3-requests-unixsocket
+%global __requires_exclude backports\.functools-lru-cache
+
%global _description\
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
@@ -60,5 +62,8 @@ py.test-%{python3_version} || :
%{_bindir}/cheroot
%changelog
+* Mon Feb 25 2019 Ken Dreyer <kdreyer@redhat.com> - 6.5.4-2
+- filter backports.functools-lru-cache from Requires
+
* Mon Feb 25 2019 Ken Dreyer <kdreyer@redhat.com> - 6.5.4-1
- initial package.