From 7a7bac1ab3b8ddce88e538bd2401889b7a52f645 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Sat, 8 Jan 2022 17:44:29 +0800 Subject: [PATCH] remove three BuildRequires --- python-beaker.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index 7db00cd..8f43741 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -2,7 +2,7 @@ Name: python-beaker Version: 1.11.0 -Release: 1 +Release: 2 Summary: A web session and general caching library. License: BSD and MIT URL: http://beaker.readthedocs.io @@ -24,8 +24,7 @@ is also included to manage Session objects and signed cookies. %package -n python3-beaker Summary: %summary BuildRequires: python3-devel python3dist(cryptography) python3dist(funcsigs) python3dist(mock) -BuildRequires: python3dist(nose) python3dist(paste) python3dist(pycrypto) -BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy) +BuildRequires: python3dist(pycrypto) python3dist(redis) python3dist(setuptools) %if %{with tests} BuildRequires: python3dist(webtest) %endif @@ -65,6 +64,9 @@ kill %1 %{python3_sitelib}/Beaker* %changelog +* Sat Jan 08 2022 renhongxun - 1.11.0-2 +- remove three BuildRequires + * Tue Feb 2 2021 wangjie -1.11.0-1 - upgrade 1.11 -- Gitee