From cb531bfd99faf93359d7251bc72c78096f9d1405bd29e830e4142e7041f15779 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 18 Jul 2016 05:46:45 +0000 Subject: [PATCH] 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 --- python-cryptography.changes | 6 ++++++ python-cryptography.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-cryptography.changes b/python-cryptography.changes index cb6bdae..b9fe318 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -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 diff --git a/python-cryptography.spec b/python-cryptography.spec index 203c3ce..1e29b22 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -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