Remove subpackage python3-netaddr-shell

Resolves: RHEL-25506
This commit is contained in:
Rafael Guterres Jeffman 2024-11-12 14:43:16 -03:00
parent 91d73a572f
commit 2940e40ae5

View File

@ -2,7 +2,7 @@
Name: python-netaddr
Version: 0.10.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A pure Python network address representation and manipulation library
License: BSD
@ -54,14 +54,6 @@ BuildRequires: python3-pytest
%description -n python3-netaddr
%{desc}
%package -n python3-netaddr-shell
Summary: An IPython-based shell environment for the netaddr library
Requires: python3-netaddr = %{version}-%{release}
Requires: python3-ipython
%description -n python3-netaddr-shell
An IPython-based shell environment for the netaddr library
%prep
%autosetup -n netaddr-%{version} -p1
@ -100,8 +92,7 @@ py.test-%{python3_version}
%endif
%{python3_sitelib}/*
%files -n python3-netaddr-shell
%{_bindir}/netaddr
%{_bindir}/netaddr
%changelog
* Mon Nov 11 2024 Rafael Jeffman <rjeffman@redhat.com> - 0.10.1-1