From 45470255171c14f027628fade396e21bfd99fb55ec9dc96da391c2aeb303ba12 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 26 Sep 2024 12:09:18 +0000 Subject: [PATCH] Accepting request 1203798 from home:mcalabkova:branches:devel:languages:python - Only run the full testsuite in openSUSE OBS-URL: https://build.opensuse.org/request/show/1203798 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=55 --- python-passlib.changes | 5 +++++ python-passlib.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-passlib.changes b/python-passlib.changes index f3f2d1a..5bd0995 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 10:44:49 UTC 2024 - Markéta Machová + +- Only run the full testsuite in openSUSE + ------------------------------------------------------------------- Thu Aug 3 06:29:11 UTC 2023 - Steve Kowalik diff --git a/python-passlib.spec b/python-passlib.spec index 3e66b57..efc9a8f 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-passlib # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,7 +46,7 @@ BuildRequires: %{python_module argon2_cffi} BuildRequires: %{python_module bcrypt} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module pytest} -%if 0%{?suse_version} >= 1550 || 0%{?is_opensuse} +%if 0%{?is_opensuse} BuildRequires: %{python_module Django} BuildRequires: %{python_module scrypt} %endif