forked from pool/python-parsel
Accepting request 879099 from devel:languages:python
- fix build requires syntax error on expanding multiple python flavors OBS-URL: https://build.opensuse.org/request/show/879099 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parsel?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 15 08:18:14 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- fix build requires syntax error on expanding multiple python flavors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 11:27:28 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user