From d3e943e94df7b25bcd91a0e45ec042d8c2071d306d25bbc08c2b88e124715b24 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 19 Aug 2022 17:38:18 +0000 Subject: [PATCH] Accepting request 998171 from home:bnavigator:branches:devel:languages:python - Remove coverage from build requirements -- not relevant for rpm package OBS-URL: https://build.opensuse.org/request/show/998171 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=38 --- python-pyquery.changes | 6 ++++++ python-pyquery.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-pyquery.changes b/python-pyquery.changes index c760603..853b0b1 100644 --- a/python-pyquery.changes +++ b/python-pyquery.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 19 11:41:24 UTC 2022 - Ben Greiner + +- Remove coverage from build requirements -- not relevant for rpm + package + ------------------------------------------------------------------- Wed Mar 30 08:07:39 UTC 2022 - Dirk Müller diff --git a/python-pyquery.spec b/python-pyquery.spec index 1562b62..f5d0a35 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -16,7 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -33,7 +34,6 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://pypi.python.org/pypi/pyquery Source: https://files.pythonhosted.org/packages/source/p/pyquery/pyquery-%{version}.tar.gz -BuildRequires: %{python_module coverage} BuildRequires: %{python_module cssselect > 0.7.9} BuildRequires: %{python_module lxml >= 2.1} BuildRequires: %{python_module setuptools} @@ -78,7 +78,7 @@ XML and HTML manipulation. %license LICENSE.txt %doc CHANGES.rst README.rst %{python_sitelib}/pyquery/ -%{python_sitelib}/pyquery-%{version}-py*.egg-info +%{python_sitelib}/pyquery-%{version}*-info %endif %changelog