From 8d9fcc0fda9765bb3dec62006d78bf04ea80a773 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 21 Feb 2022 11:11:29 +0800 Subject: [PATCH] Add python3-repoze-lru as Buildrequires to fix obs error (cherry picked from commit 9bbe9d4ea7847111352d255ed8ef19d5fd02e6b2) --- python-routes.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-routes.spec b/python-routes.spec index 4a5d133..1eabf02 100644 --- a/python-routes.spec +++ b/python-routes.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-routes Version: 2.5.1 -Release: 2 +Release: 3 Summary: Routing Recognition and Generation Tools License: MIT URL: https://github.com/bbangert/routes @@ -20,6 +20,8 @@ Summary: Routing Recognition and Generation Tools Provides: python-routes BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-repoze-lru + %description -n python3-routes Routing Recognition and Generation Tools @@ -70,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 21 2022 huangtianhua - 2.5.1-3 +- Add python3-repoze-lru as Buildrequires + * Sat Jan 16 2021 Zhangy - Revise name