Bump spec: Add Recommends on python3-ipython (rhbz#2074313)
This commit is contained in:
parent
772569cb71
commit
5b105978d7
@ -8,7 +8,7 @@
|
||||
|
||||
Name: python-netaddr
|
||||
Version: 0.8.0
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: A pure Python network address representation and manipulation library
|
||||
|
||||
License: BSD
|
||||
@ -16,7 +16,6 @@ URL: http://github.com/drkjam/netaddr
|
||||
Source0: https://pypi.python.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
Recommends: python3-ipython
|
||||
# sphinx is python3-only f31 onward
|
||||
# https://fedoraproject.org/wiki/Changes/Sphinx2
|
||||
BuildRequires: python3-sphinx
|
||||
@ -65,6 +64,7 @@ Summary: %summary
|
||||
%if 0%{?with_python3}
|
||||
%package -n python3-netaddr
|
||||
Summary: A pure Python network address representation and manipulation library
|
||||
Recommends: python3-ipython
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-sphinx
|
||||
@ -142,6 +142,9 @@ py.test-%{python3_version}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 12 2022 John Eckersberg <jeckersb@redhat.com> - 0.8.0-7
|
||||
- Add Recommends on python3-ipython (rhbz#2074313)
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user