From 5091603cb9cc14105058a60f8652f469aba01897 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 25 Feb 2019 17:27:12 -0700 Subject: filter backports.functools-lru-cache from Requires --- python-cheroot.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 6.5.4-2 +- filter backports.functools-lru-cache from Requires + * Mon Feb 25 2019 Ken Dreyer - 6.5.4-1 - initial package. -- cgit