From 65c6149f8839b8829f9b63a1dd079182965e6312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 31 Jan 2022 16:50:57 +0100 Subject: [PATCH] Remove redundant things --- python-html5lib.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/python-html5lib.spec b/python-html5lib.spec index 39edeac..6704802 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -6,15 +6,13 @@ Release: 8%{?dist} Epoch: 1 License: MIT URL: https://github.com/html5lib/html5lib-python -Source0: %pypi_source +Source: %pypi_source # Fix compatibility with pytest 6 -Patch1: %{url}/pull/506.patch +Patch: %{url}/pull/506.patch BuildArch: noarch -%?python_enable_dependency_generator - %description A python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers. @@ -36,8 +34,6 @@ BuildRequires: python3dist(chardet) BuildRequires: python3dist(genshi) BuildRequires: python3dist(lxml) -%{?python_provide:%python_provide python3-%{srcname}} - %description -n python3-%{srcname} A python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.