forked from pool/python-bcrypt
Accepting request 805260 from home:alarrosa:branches:devel:languages:python
- Relax the setuptools dependency on 40.8.0 to 40.5.0 since that
version is only required by upstream because of a pip issue
(see bc8a55e70e).
This way we can build in SLE 15 SP2 / Leap 15.2 .
OBS-URL: https://build.opensuse.org/request/show/805260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
9dc1f17916
commit
2a6ad6cf77
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bcrypt
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -30,7 +30,9 @@ 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 >= 40.8.0}
|
||||
# setuptools 40.8.0 is required by upstream only for a pip issue that doesn't
|
||||
# affect us, so we relax the requirement to build in SLE/Leap 15.2 with 40.5.0
|
||||
BuildRequires: %{python_module setuptools >= 40.5.0}
|
||||
BuildRequires: %{python_module six >= 1.4.1}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user