remove pycrypto
This commit is contained in:
parent
60cc542644
commit
e5497586f7
@ -24,14 +24,14 @@ is also included to manage Session objects and signed cookies.
|
|||||||
%package -n python3-beaker
|
%package -n python3-beaker
|
||||||
Summary: %summary
|
Summary: %summary
|
||||||
BuildRequires: python3-devel python3dist(cryptography) python3dist(funcsigs) python3dist(mock)
|
BuildRequires: python3-devel python3dist(cryptography) python3dist(funcsigs) python3dist(mock)
|
||||||
BuildRequires: python3dist(paste) python3dist(pycrypto)
|
BuildRequires: python3dist(paste)
|
||||||
BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy)
|
BuildRequires: python3dist(redis) python3dist(setuptools) python3dist(sqlalchemy)
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python3dist(webtest)
|
BuildRequires: python3dist(webtest)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: python3dist(paste)
|
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}
|
%{?python_provide:%python_provide python3-beaker}
|
||||||
|
|
||||||
@ -65,6 +65,9 @@ kill %1
|
|||||||
%{python3_sitelib}/Beaker*
|
%{python3_sitelib}/Beaker*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 1 2023 dillon chen<dillon.chen@gmail.com> 1.12.0-3
|
||||||
|
- remove python-crypto(EOL)
|
||||||
|
|
||||||
* Thu Feb 02 2023 wangjunqi <wangjunqi@kylinos.cn> - 1.12.0-2
|
* Thu Feb 02 2023 wangjunqi <wangjunqi@kylinos.cn> - 1.12.0-2
|
||||||
- fix build problem
|
- fix build problem
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user