15
0
forked from pool/python-parsel

- fix build requires syntax error on expanding multiple python flavors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=16
This commit is contained in:
2021-03-15 08:18:34 +00:00
committed by Git OBS Bridge
parent a9539e9153
commit 9e3793dec5
2 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-parsel
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,11 +26,11 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/scrapy/parsel
Source: https://files.pythonhosted.org/packages/source/p/parsel/parsel-%{version}.tar.gz
BuildRequires: %{python_module cssselect} >= 0.9
BuildRequires: %{python_module cssselect >= 0.9}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} >= 1.5.2
BuildRequires: %{python_module w3lib} >= 1.8.0
BuildRequires: %{python_module six >= 1.5.2}
BuildRequires: %{python_module w3lib >= 1.8.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cssselect >= 0.9