forked from pool/python-flit
Accepting request 1034491 from home:bnavigator:branches:devel:languages:python
- Fix dependencies OBS-URL: https://build.opensuse.org/request/show/1034491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=11
This commit is contained in:
parent
a11b6be726
commit
de8394dca5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 10:20:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 00:29:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-flit
|
||||
Version: 3.8.0
|
||||
@ -26,24 +25,23 @@ License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pypa/flit
|
||||
Source: https://files.pythonhosted.org/packages/source/f/flit/flit-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base > 3.6}
|
||||
BuildRequires: %{python_module base >= 3.6}
|
||||
BuildRequires: %{python_module docutils}
|
||||
BuildRequires: %{python_module flit-core >= 3.7.1}
|
||||
BuildRequires: %{python_module flit-core >= 3.8.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module tomli-w}
|
||||
BuildRequires: %{python_module tomli}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module testpath}
|
||||
BuildRequires: %{python_module pytest >= 2.7.3}
|
||||
BuildRequires: %{python_module responses}
|
||||
BuildRequires: %{python_module tomli}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-docutils
|
||||
Requires: python-flit-core
|
||||
Requires: python-flit-core >= 3.8.0
|
||||
Requires: python-requests
|
||||
Requires: python-tomli
|
||||
Requires: python-tomli-w
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
|
Loading…
Reference in New Issue
Block a user