- Remove obsolete py2 dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=39
This commit is contained in:
parent
6d26276d95
commit
5aaaa5fa9a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 10:32:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Remove obsolete py2 dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 12:22:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -24,7 +24,6 @@ Version: 4.0.2
|
||||
Release: 0
|
||||
Summary: Python package that generates fake data
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/joke2k/faker
|
||||
Source: https://files.pythonhosted.org/packages/source/F/Faker/Faker-%{version}.tar.gz
|
||||
BuildRequires: %{python_module UkPostcodeParser >= 1.1.1}
|
||||
@ -40,23 +39,15 @@ BuildRequires: %{python_module text-unidecode >= 1.3}
|
||||
BuildRequires: %{python_module validators >= 0.13.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python2-ipaddress
|
||||
Requires: python-python-dateutil >= 2.4
|
||||
Requires: python-setuptools
|
||||
Requires: python-six >= 1.10
|
||||
Requires: python-text-unidecode >= 1.3
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python2-ipaddress
|
||||
Obsoletes: %{oldpython}-fake-factory < %{version}
|
||||
Provides: %{oldpython}-fake-factory = %{version}
|
||||
%endif
|
||||
%ifpython3
|
||||
Obsoletes: python3-fake-factory < %{version}
|
||||
Provides: python3-fake-factory = %{version}
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user