Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3d8c3e2406 | |||
| 10f81960dd |
@@ -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>
|
Fri Apr 21 12:25:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,9 @@ Summary: RFC-compliant FQDN validation and manipulation for Python
|
|||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
URL: https://github.com/ypcrts/fqdn
|
URL: https://github.com/ypcrts/fqdn
|
||||||
Source: https://github.com/ypcrts/fqdn/archive/refs/tags/v%{version}.tar.gz#/fqdn-%{version}-gh.tar.gz
|
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}
|
BuildRequires: %{python_module cached-property if %python-base < 3.8}
|
||||||
|
%endif
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
|||||||
Reference in New Issue
Block a user