14
0

- Require full python2 as it needs SSL module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mechanize?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal
2018-08-29 10:46:29 +00:00
committed by Git OBS Bridge
parent 3bc11c2444
commit 67f0bef405
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 10:46:11 UTC 2018 - tchvatal@suse.com
- Require full python2 as it needs SSL module
-------------------------------------------------------------------
Mon Aug 6 20:28:11 UTC 2018 - toddrme2178@gmail.com

View File

@@ -19,7 +19,6 @@
%define skip_python3 1
%define modname mechanize
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-%{modname}
Version: 0.3.6
Release: 0
@@ -27,10 +26,11 @@ Summary: Stateful programmatic web browsing
License: (BSD-3-Clause OR ZPL-2.1) AND BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/python-mechanize/mechanize
Source: https://pypi.python.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/m/mechanize/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages