From 17a55de4287bd1f84ad354eff9d72b365b685c78 Mon Sep 17 00:00:00 2001 From: He Rengui Date: Wed, 17 Mar 2021 13:19:12 +0800 Subject: [PATCH] remove conflicting weak dependencies: python3-crypto (cherry picked from commit 9d0e4dc7b1b965dc1e8160d2c2b30fcff4b7e520) --- python-beaker.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index e71bc00..e893231 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -31,7 +31,7 @@ BuildRequires: python3dist(webtest) %endif Requires: python3dist(paste) -Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycryptodome) python3dist(pycryptopp) +Recommends: python3dist(cryptography) python3dist(pycryptodome) python3dist(pycryptopp) %{?python_provide:%python_provide python3-beaker} @@ -65,7 +65,10 @@ kill %1 %{python3_sitelib}/Beaker* %changelog -* Sat Dec 12 2020 tianwei - 1.10.0-6 +* Wed Mar 17 2021 herengui - 1.10.0-6 +- remove conflicting weak dependencies: python3-crypto + +* Fri Dec 11 2020 tianwei - 1.10.0-5 - remove mongod * Wed Aug 5 2020 tianwei - 1.10.0-5 -- Gitee