!22 remove conflicting weak dependencies: python2-crypto and python3-crypto

From: @loong-C 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-08-09 07:58:23 +00:00 committed by Gitee
commit 36033157ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-beaker
Version: 1.10.0
Release: 7
Release: 8
Summary: A web session and general caching library.
License: BSD and MIT
URL: http://beaker.readthedocs.io
@ -30,7 +30,7 @@ BuildRequires: python2dist(webtest)
%endif
Requires: python2dist(funcsigs) python2dist(paste)
Recommends: python2dist(cryptography) python2dist(pycrypto) python2dist(pycryptodome) python2dist(pycryptopp)
Recommends: python2dist(cryptography) python2dist(pycryptodome) python2dist(pycryptopp)
%{?python_provide:%python_provide python2-beaker}
Provides: %{name} = %{version}-%{release} %{name}%{?_isa} = %{version}-%{release}
@ -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,6 +95,9 @@ kill %1
%{python3_sitelib}/Beaker*
%changelog
* Tue Jun 07 2022 loong_C <loong_c@yeah.net> - 1.10.0-8
- remove conflicting weak dependencies: python2-crypto and python3-crypto
* Thu May 08 2021 shixuantong <shixuantong@huawei.com> - 1.10.0-7
- add release number for rebuild