diff --git a/python-factory_boy.changes b/python-factory_boy.changes index aa41d16..2bbb6e3 100644 --- a/python-factory_boy.changes +++ b/python-factory_boy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 10:37:04 UTC 2024 - Markéta Machová + +- skip testing with Django on SLFO + ------------------------------------------------------------------- Sat Aug 31 12:41:40 UTC 2024 - Dirk Müller diff --git a/python-factory_boy.spec b/python-factory_boy.spec index 1b3750f..16a02a6 100644 --- a/python-factory_boy.spec +++ b/python-factory_boy.spec @@ -31,7 +31,7 @@ BuildRequires: %{python_module setuptools >= 0.8} BuildRequires: %{python_module typing_extensions} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if 0%{suse_version} >= 1550 +%if 0%{suse_version} > 1600 BuildRequires: %{python_module Django} %endif Requires: python-Faker >= 0.7.0