From dd60ce74b65744e261030e982bd6182cf885ffa63e175034722e21701a40c91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 8 Jun 2019 09:18:19 +0000 Subject: [PATCH] Accepting request 708744 from home:stroeder:branches:devel:languages:python - Added missing dependency on package python-typed-ast OBS-URL: https://build.opensuse.org/request/show/708744 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=91 --- python-pylint.changes | 5 +++++ python-pylint.spec | 1 + 2 files changed, 6 insertions(+) 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