From 177b1af6a11d97ee01277412f034ae01c681011829957d23b59a53f88e024a45 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 24 Mar 2023 11:39:17 +0000 Subject: [PATCH] - Remove not needed dependency python-packaging OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=47 --- python-bleach.changes | 5 +++++ python-bleach.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-bleach.changes b/python-bleach.changes index b0c0f44..7f35b58 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 24 11:38:58 UTC 2023 - Daniel Garcia + +- Remove not needed dependency python-packaging + ------------------------------------------------------------------- Thu Nov 3 09:00:37 UTC 2022 - Daniel Garcia diff --git a/python-bleach.spec b/python-bleach.spec index bbadfb5..bde0c3e 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -1,7 +1,7 @@ # # spec file for package python-bleach # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -26,13 +26,11 @@ URL: https://github.com/jsocol/bleach Source: https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz Patch0: de-vendor.patch BuildRequires: %{python_module html5lib >= 1.1} -BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-html5lib >= 1.1 -Requires: python-packaging BuildArch: noarch %python_subpackages