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