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