15
0
forked from pool/python-bcrypt

- 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
This commit is contained in:
2016-10-05 11:57:59 +00:00
committed by Git OBS Bridge
parent 1ca984e8b3
commit f5c58bdcde
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -1,6 +1,7 @@
#
# spec file for package python-bcrypt
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
#
# 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