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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user