Accepting request 717144 from home:seanmarlow:branches:devel:languages:python
Update ipaddress requirements. Attempt to install for python2 does not install the required ipaddress package. OBS-URL: https://build.opensuse.org/request/show/717144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=28
This commit is contained in:
parent
56007bfa25
commit
a83048eb3f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 19 20:16:51 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
|
||||||
|
|
||||||
|
- Update ipaddress requirements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 23 08:28:50 UTC 2019 - pgajdos@suse.com
|
Thu May 23 08:28:50 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -32,14 +32,15 @@ BuildRequires: %{python_module freezegun >= 0.3.11}
|
|||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module more-itertools}
|
BuildRequires: %{python_module more-itertools}
|
||||||
BuildRequires: %{python_module pytest >= 3.8.0}
|
BuildRequires: %{python_module pytest >= 3.8.0}
|
||||||
|
BuildRequires: %{python_module pytest-runner}
|
||||||
BuildRequires: %{python_module python-dateutil >= 2.4}
|
BuildRequires: %{python_module python-dateutil >= 2.4}
|
||||||
BuildRequires: %{python_module random2 >= 1.0.1}
|
BuildRequires: %{python_module random2 >= 1.0.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six >= 1.10}
|
BuildRequires: %{python_module six >= 1.10}
|
||||||
BuildRequires: %{python_module text-unidecode >= 1.2}
|
BuildRequires: %{python_module text-unidecode >= 1.2}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-ipaddress
|
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: python2-ipaddress
|
||||||
Requires: python-python-dateutil >= 2.4
|
Requires: python-python-dateutil >= 2.4
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-six >= 1.10
|
Requires: python-six >= 1.10
|
||||||
@ -47,9 +48,8 @@ Requires: python-text-unidecode >= 1.2
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: %{python_module pytest-runner}
|
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-ipaddress
|
Requires: python2-ipaddress
|
||||||
Obsoletes: %{oldpython}-fake-factory < %{version}
|
Obsoletes: %{oldpython}-fake-factory < %{version}
|
||||||
Provides: %{oldpython}-fake-factory = %{version}
|
Provides: %{oldpython}-fake-factory = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user