From 08cc8a9bfd03aef2a8549a78af0971215109190db6e277dc8936fa46515f8b62 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 2 May 2017 13:10:17 +0000 Subject: [PATCH] - add python-packaging to requirements explicitly instead of relying on setuptools to pull it in OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=61 --- python-cryptography.changes | 6 ++++++ python-cryptography.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-cryptography.changes b/python-cryptography.changes index 7b55625..a1c511a 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 2 12:58:37 UTC 2017 - jmatejek@suse.com + +- add python-packaging to requirements explicitly instead of relying + on setuptools to pull it in + ------------------------------------------------------------------- Mon Mar 20 20:34:03 UTC 2017 - tbechtold@suse.com diff --git a/python-cryptography.spec b/python-cryptography.spec index 79efe0d..ba54837 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -45,6 +45,7 @@ BuildRequires: python2-ipaddress # SECTION Test requirements BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module iso8601} +BuildRequires: %{python_module packaging} BuildRequires: %{python_module pretend} BuildRequires: %{python_module pyasn1 >= 0.1.8} BuildRequires: %{python_module pytest} @@ -56,6 +57,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(libffi) Requires: python-asn1crypto >= 0.21.0 Requires: python-idna >= 2.1 +Requires: python-packaging Requires: python-pyasn1 >= 0.1.8 Requires: python-setuptools >= 11.3 Requires: python-six >= 1.4.1