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