From 2940e40ae52e7585257b796e49e6a444062621f1 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Tue, 12 Nov 2024 14:43:16 -0300 Subject: [PATCH] Remove subpackage python3-netaddr-shell Resolves: RHEL-25506 --- python-netaddr.spec | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/python-netaddr.spec b/python-netaddr.spec index 32b0eeb..749eb65 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -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 - 0.10.1-1