From 107a622d55997d779edee6a64c38955fa26bcfd9ef50f9ab65e5ade9101b5712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 10 Mar 2018 21:21:46 +0000 Subject: [PATCH] Accepting request 585333 from home:a_faerber:branches:devel:languages:python Add runtime Requires for enum34 and pycodestyle OBS-URL: https://build.opensuse.org/request/show/585333 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-import-order?expand=0&rev=4 --- python-flake8-import-order.changes | 5 +++++ python-flake8-import-order.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-flake8-import-order.changes b/python-flake8-import-order.changes index f672f26..9f388ec 100644 --- a/python-flake8-import-order.changes +++ b/python-flake8-import-order.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 10 17:48:15 UTC 2018 - afaerber@suse.de + +- Add runtime Requires for enum34 and pycodestyle + ------------------------------------------------------------------- Sun Mar 4 20:04:19 UTC 2018 - afaerber@suse.de diff --git a/python-flake8-import-order.spec b/python-flake8-import-order.spec index 3ce99f1..c33ea76 100644 --- a/python-flake8-import-order.spec +++ b/python-flake8-import-order.spec @@ -32,6 +32,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildRequires: python2-enum34 Requires: python-flake8 +Requires: python-pycodestyle +%ifpython2 +Requires: python2-enum34 +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch