15
0
forked from pool/python-imbox

revert all changes related to strange failures

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=7
This commit is contained in:
Jan Matejek
2017-06-23 17:08:09 +00:00
committed by Git OBS Bridge
parent 6fd78179e1
commit 317096bbdf
2 changed files with 3 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ Summary: Python IMAP for Human beings
License: MIT
Group: Development/Languages/Python
Url: https://github.com/martinrusev/imbox
Source: imbox-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/i/imbox/imbox-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
@@ -41,10 +41,10 @@ Python library for reading IMAP mailboxes and converting email content to machin
%setup -q -n imbox-%{version}
%build
%{python_build}
%python_build
%install
%{python_install}
%python_install
%fdupes %{buildroot}
%files %{python_files}