From dc005f9428abd89bd894ceb13a685a302b4fcb3b66ce43c6bb8707ffabe5d6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 5 Nov 2024 11:51:09 +0000 Subject: [PATCH] Accepting request 1221332 from home:dimstar:Factory - Avoid using requires_eq, which after the last modifications conflicts with python singlespec (order of expansion). OBS-URL: https://build.opensuse.org/request/show/1221332 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=234 --- python-cryptography.changes | 6 ++++++ python-cryptography.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-cryptography.changes b/python-cryptography.changes index 5f1d3dc..af38ba8 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 5 08:03:40 UTC 2024 - Dominique Leuenberger + +- 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 diff --git a/python-cryptography.spec b/python-cryptography.spec index 0ff25e7..4cc9f80 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -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}