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