Accepting request 411660 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/411660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=19
This commit is contained in:
commit
40cd3e61cd
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 17 15:07:04 UTC 2016 - matwey.kornilov@gmail.com
|
||||
|
||||
- Introduce requirement setuptools >= 11.3
|
||||
to follow egg-info/requires.txt content
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 13:03:35 UTC 2016 - dmueller@suse.com
|
||||
|
||||
|
@ -38,7 +38,7 @@ BuildRequires: python-enum34
|
||||
BuildRequires: python-idna >= 2.0
|
||||
BuildRequires: python-ipaddress
|
||||
BuildRequires: python-pyasn1-modules
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-setuptools >= 11.3
|
||||
BuildRequires: python-six >= 1.4.1
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
BuildRequires: libffi43-devel
|
||||
@ -58,6 +58,7 @@ Requires: python-idna >= 2.0
|
||||
Requires: python-ipaddress
|
||||
Requires: python-pyasn1 >= 0.1.8
|
||||
Requires: python-six >= 1.4.1
|
||||
Requires: python-setuptools >= 11.3
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user