diff --git a/python-pylint.changes b/python-pylint.changes index 3afbbb0..e4c40d8 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 8 08:34:05 UTC 2019 - Michael Ströder + +- Added missing dependency on package python-typed-ast + ------------------------------------------------------------------- Wed Mar 6 13:14:29 UTC 2019 - Tomáš Chvátal diff --git a/python-pylint.spec b/python-pylint.spec index f22241d..d0f71f6 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -41,6 +41,7 @@ Requires: python-editdistance Requires: python-isort >= 4.2.5 Requires: python-mccabe >= 0.6 Requires: python-six +Requires: python-typed-ast Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch