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

This commit is contained in:
loong_C 2022-06-07 17:21:29 +08:00
parent 48fad466bf
commit 6b91433934

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