2 Commits

2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- remove buildrequires that are not used on sle15
-------------------------------------------------------------------
Fri Apr 21 12:25:25 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -24,7 +24,9 @@ Summary: RFC-compliant FQDN validation and manipulation for Python
License: MPL-2.0
URL: https://github.com/ypcrts/fqdn
Source: https://github.com/ypcrts/fqdn/archive/refs/tags/v%{version}.tar.gz#/fqdn-%{version}-gh.tar.gz
%if 0%{?suse_version} > 1500
BuildRequires: %{python_module cached-property if %python-base < 3.8}
%endif
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}