15
0
forked from pool/python-bcrypt

Accepting request 719639 from home:apersaud:branches:devel:languages:python

fixed minimum version for setuptools

OBS-URL: https://build.opensuse.org/request/show/719639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-07-31 09:18:10 +00:00
committed by Git OBS Bridge
parent a16ee67a83
commit 4b49558643
4 changed files with 20 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-bcrypt
Version: 3.1.6
Version: 3.1.7
Release: 0
Summary: BSD type 2a and 2b password hashing
License: Apache-2.0
@@ -30,7 +30,7 @@ Source: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%
BuildRequires: %{python_module cffi >= 1.1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest >= 3.2.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools>=40.8.0}
BuildRequires: %{python_module six >= 1.4.1}
BuildRequires: fdupes
BuildRequires: pkgconfig