This commit is contained in:
parent
81e8527f1b
commit
bb2a07187e
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-mockldap
|
||||
# spec file for package python-grab
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -12,9 +12,10 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-grab
|
||||
Version: 0.6.41
|
||||
@ -24,24 +25,24 @@ License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/lorien/grab
|
||||
Source: https://pypi.io/packages/source/g/grab/grab-%{version}.tar.gz
|
||||
Source99: https://github.com/lorien/grab/blob/master/LICENSE
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module weblib >= 0.1.23}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module user_agent}
|
||||
BuildRequires: %{python_module selection}
|
||||
Source99: https://raw.githubusercontent.com/lorien/grab/master/LICENSE
|
||||
BuildRequires: %{python_module defusedxml}
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module pycurl}
|
||||
BuildRequires: %{python_module defusedxml}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module selection}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module user_agent}
|
||||
BuildRequires: %{python_module weblib >= 0.1.23}
|
||||
BuildRequires: fdupes
|
||||
Requires: python-weblib
|
||||
Requires: python-six
|
||||
Requires: python-user_agent
|
||||
Requires: python-selection
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-defusedxml
|
||||
Requires: python-lxml
|
||||
Requires: python-pycurl
|
||||
Requires: python-defusedxml
|
||||
Requires: python-selection
|
||||
Requires: python-six
|
||||
Requires: python-user_agent
|
||||
Requires: python-weblib
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user