15
0
forked from pool/python-slimit

Accepting request 670320 from devel:languages:python

- Drop odict, not really required from python 2.7+

OBS-URL: https://build.opensuse.org/request/show/670320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slimit?expand=0&rev=12
This commit is contained in:
2019-02-01 10:48:13 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 31 11:13:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Drop odict, not really required from python 2.7+
-------------------------------------------------------------------
Sun Jun 30 13:02:51 UTC 2018 - sor.alexei@meowr.ru

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-slimit
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
#
@@ -30,13 +30,11 @@ Source: https://files.pythonhosted.org/packages/source/s/slimit/slimit-%
Patch0: python-slimit-add-licence.patch
# PATCH-FIX-OPENSUSE python-slimit-fix-python3.patch -- Take commit e833165 from https://github.com/rspivak/slimit/pull/65 by Lele Gaifax.
Patch1: python-slimit-fix-python3.patch
BuildRequires: %{python_module odict}
BuildRequires: %{python_module ply >= 3.4}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-odict
Requires: python-ply >= 3.4
Requires(post): update-alternatives
Requires(postun): update-alternatives