From 140f7c455fe5e9455e23d07db4f5618b6c6bc24f52bfb634ba1da669098d8a23 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 1 Jan 2023 13:33:54 +0000 Subject: [PATCH] Add missing Source OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=168 --- python-lxml-rpmlintrc => python-lxml.rpmlintrc | 0 python-lxml.spec | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename python-lxml-rpmlintrc => python-lxml.rpmlintrc (100%) diff --git a/python-lxml-rpmlintrc b/python-lxml.rpmlintrc similarity index 100% rename from python-lxml-rpmlintrc rename to python-lxml.rpmlintrc diff --git a/python-lxml.spec b/python-lxml.spec index fad53f8..f53309a 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ # # spec file for package python-lxml # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ Group: Development/Languages/Python URL: https://lxml.de/ Source0: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz Source1: https://lxml.de/lxmldoc-4.5.2.pdf +Source99: python-lxml.rpmlintrc BuildRequires: %{python_module Cython >= 0.29.7} BuildRequires: %{python_module base} BuildRequires: %{python_module cssselect >= 0.9.1}