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.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -12,9 +12,10 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-grab
|
Name: python-grab
|
||||||
Version: 0.6.41
|
Version: 0.6.41
|
||||||
@ -24,24 +25,24 @@ License: MIT
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/lorien/grab
|
Url: https://github.com/lorien/grab
|
||||||
Source: https://pypi.io/packages/source/g/grab/grab-%{version}.tar.gz
|
Source: https://pypi.io/packages/source/g/grab/grab-%{version}.tar.gz
|
||||||
Source99: https://github.com/lorien/grab/blob/master/LICENSE
|
Source99: https://raw.githubusercontent.com/lorien/grab/master/LICENSE
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module defusedxml}
|
||||||
BuildRequires: %{python_module weblib >= 0.1.23}
|
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: %{python_module user_agent}
|
|
||||||
BuildRequires: %{python_module selection}
|
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
BuildRequires: %{python_module pycurl}
|
BuildRequires: %{python_module pycurl}
|
||||||
BuildRequires: %{python_module defusedxml}
|
BuildRequires: %{python_module selection}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module six}
|
||||||
|
BuildRequires: %{python_module user_agent}
|
||||||
|
BuildRequires: %{python_module weblib >= 0.1.23}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-weblib
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-six
|
Requires: python-defusedxml
|
||||||
Requires: python-user_agent
|
|
||||||
Requires: python-selection
|
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
Requires: python-pycurl
|
Requires: python-pycurl
|
||||||
Requires: python-defusedxml
|
Requires: python-selection
|
||||||
|
Requires: python-six
|
||||||
|
Requires: python-user_agent
|
||||||
|
Requires: python-weblib
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user