Accepting request 1221413 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=96
This commit is contained in:
commit
97d57cc1df
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 08:03:40 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Avoid using requires_eq, which after the last modifications
|
||||
conflicts with python singlespec (order of expansion).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 13:26:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -61,7 +61,8 @@ BuildRequires: pkgconfig(libffi)
|
||||
# python-base is not enough, we need the _ssl module
|
||||
Requires: python
|
||||
Requires: python-bcrypt
|
||||
%requires_eq python-cffi
|
||||
# assuming all python*-cffi packages have the same version
|
||||
Requires: python-cffi = %(rpm -q --whatprovides python3-cffi --qf "%%{version}")
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module bcrypt}
|
||||
BuildRequires: %{python_module certifi}
|
||||
|
Loading…
Reference in New Issue
Block a user