Accepting request 411483 from home:matwey:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/411483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=45
This commit is contained in:
Thomas Bechtold 2016-07-18 05:46:45 +00:00 committed by Git OBS Bridge
parent c14f670013
commit cb531bfd99
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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