From f5c58bdcde48f4987a1a1459a2e97948f7a8ca83f0c2f6a89d66a30e6900c7fe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 5 Oct 2016 11:57:59 +0000 Subject: [PATCH] - require the cffi version it was built against OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=2 --- python-bcrypt.changes | 5 +++++ python-bcrypt.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 6dd21de..532bb73 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 5 11:57:45 UTC 2016 - dmueller@suse.com + +- require the cffi version it was built against + ------------------------------------------------------------------- Thu Sep 29 20:53:41 UTC 2016 - mardnh@gmx.de diff --git a/python-bcrypt.spec b/python-bcrypt.spec index cc67a5c..d3ed332 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,6 +1,7 @@ # # spec file for package python-bcrypt # +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -25,12 +26,14 @@ Group: Development/Languages/Python Url: https://github.com/pyca/bcrypt/ Source: https://pypi.io/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz BuildRequires: fdupes -BuildRequires: pkgconfig(libffi) BuildRequires: python-cffi BuildRequires: python-devel BuildRequires: python-pytest BuildRequires: python-setuptools BuildRequires: python-six +BuildRequires: pkgconfig(libffi) +Requires: python-six +%requires_eq python-cffi BuildRoot: %{_tmppath}/%{name}-%{version}-build %description