From 8cb2f342e066bbe569b8bc1b9a92163f70a4f602 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index 12409d2..999f491 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -50,7 +50,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} @@ -95,10 +95,10 @@ kill %1 %{python3_sitelib}/Beaker* %changelog -* Fri Jan 08 2020 shixuantong - 1.10.0-6 -- replace python-crypto with python-pycryptodome +* Wed Mar 17 2021 herengui - 1.10.0-6 +- remove conflicting weak dependencies: python3-crypto -* Sat Dec 12 2020 tianwei - 1.10.0-5 +* Fri Dec 11 2020 tianwei - 1.10.0-5 - remove mongod * Thu Nov 21 2019 fangyufa - 1.10.0-4 -- Gitee