forked from pool/python-jaraco.text
- Fix build on older openSUSE releases as with py3.6 we need the
importlib_resources too OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
42a3c52686
commit
dbca34a8c9
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 08:09:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix build on older openSUSE releases as with py3.6 we need the
|
||||
importlib_resources too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 09:44:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -22,24 +22,21 @@ Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: Tools to work with text
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/jaraco/jaraco.text
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-%{version}.tar.gz
|
||||
BuildRequires: %{python_module importlib_resources}
|
||||
BuildRequires: %{python_module jaraco.base >= 6.1}
|
||||
BuildRequires: %{python_module jaraco.functools}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-importlib_resources
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-importlib_resources
|
||||
Requires: python-jaraco.base >= 6.1
|
||||
Requires: python-jaraco.functools
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python-importlib_resources
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user