cryptography 2.8+ no longer depends on python-asn1crypto
This commit is contained in:
parent
c3f035031c
commit
52a2935918
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 2.8
|
Version: 2.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: PyCA's cryptography library
|
Summary: PyCA's cryptography library
|
||||||
|
|
||||||
License: ASL 2.0 or BSD
|
License: ASL 2.0 or BSD
|
||||||
@ -31,7 +31,6 @@ BuildRequires: openssl-devel
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
BuildRequires: python2-asn1crypto >= 0.21
|
|
||||||
BuildRequires: python2-cffi >= 1.7
|
BuildRequires: python2-cffi >= 1.7
|
||||||
BuildRequires: python2-cryptography-vectors = %{version}
|
BuildRequires: python2-cryptography-vectors = %{version}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@ -51,7 +50,6 @@ BuildRequires: python2-pytz
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python%{python3_pkgversion}-asn1crypto >= 0.21
|
|
||||||
BuildRequires: python%{python3_pkgversion}-cffi >= 1.7
|
BuildRequires: python%{python3_pkgversion}-cffi >= 1.7
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-idna >= 2.1
|
BuildRequires: python%{python3_pkgversion}-idna >= 2.1
|
||||||
@ -84,7 +82,6 @@ Provides: python-%{srcname}
|
|||||||
|
|
||||||
Requires: openssl-libs
|
Requires: openssl-libs
|
||||||
Requires: python2-idna >= 2.1
|
Requires: python2-idna >= 2.1
|
||||||
Requires: python2-asn1crypto >= 0.21
|
|
||||||
Requires: python2-six >= 1.4.1
|
Requires: python2-six >= 1.4.1
|
||||||
Requires: python2-cffi >= 1.7
|
Requires: python2-cffi >= 1.7
|
||||||
Requires: python2-enum34
|
Requires: python2-enum34
|
||||||
@ -102,7 +99,6 @@ Summary: PyCA's cryptography library
|
|||||||
|
|
||||||
Requires: openssl-libs
|
Requires: openssl-libs
|
||||||
Requires: python%{python3_pkgversion}-idna >= 2.1
|
Requires: python%{python3_pkgversion}-idna >= 2.1
|
||||||
Requires: python%{python3_pkgversion}-asn1crypto >= 0.21
|
|
||||||
Requires: python%{python3_pkgversion}-six >= 1.4.1
|
Requires: python%{python3_pkgversion}-six >= 1.4.1
|
||||||
Requires: python%{python3_pkgversion}-cffi >= 1.7
|
Requires: python%{python3_pkgversion}-cffi >= 1.7
|
||||||
|
|
||||||
@ -166,6 +162,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 13 2020 Christian Heimes <cheimes@redhat.com> - 2.8-2
|
||||||
|
- cryptography 2.8+ no longer depends on python-asn1crypto
|
||||||
|
|
||||||
* Thu Oct 17 2019 Christian Heimes <cheimes@redhat.com> - 2.8-1
|
* Thu Oct 17 2019 Christian Heimes <cheimes@redhat.com> - 2.8-1
|
||||||
- Update to 2.8
|
- Update to 2.8
|
||||||
- Resolves: rhbz#1762779
|
- Resolves: rhbz#1762779
|
||||||
|
Loading…
Reference in New Issue
Block a user