From b914a4524bf600305acc200dd9314fb8b76aa3a42fbe12f6687286f64a895263 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Sep 2015 12:19:25 +0000 Subject: [PATCH] - require the cffi version it was built against to avoid (bsc#948198) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=21 --- python-cryptography.changes | 5 +++++ python-cryptography.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-cryptography.changes b/python-cryptography.changes index 481a81b..ab9b2b1 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 30 12:01:27 UTC 2015 - dmueller@suse.com + +- require the cffi version it was built against to avoid (bsc#948198) + ------------------------------------------------------------------- Tue Sep 29 13:54:24 UTC 2015 - tbechtold@suse.com diff --git a/python-cryptography.spec b/python-cryptography.spec index c899f89..8616064 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -47,7 +47,7 @@ BuildRequires: python-pretend BuildRequires: python-pyasn1 >= 0.1.8 BuildRequires: python-pytest BuildRequires: python-virtualenv -Requires: python-cffi >= 1.1.0 +%requires_eq python-cffi Requires: python-enum34 Requires: python-idna >= 2.0 Requires: python-ipaddress