From 6b90d029d709fc6d0764df8ec568f043f47e8056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 18 Aug 2016 15:33:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B7=D0=BE=D0=B2=20python-updater?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/utils/cl_update.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 8bd4f61..441d5db 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -88,20 +88,6 @@ class ClUpdateAction(Action): } ] }, - {'name': 'update:update_python', - 'group': __("Updating Python"), - 'tasks': [ - {'name': 'update:python_updater', - 'message': __('Find & rebuild packages broken due ' - 'to a Python upgrade'), - 'method': 'Update.emergelike("python-updater")', - 'condition': UpdateConditions.was_installed( - 'dev-lang/python$', EmergeMark.PythonUpdater), - 'decoration': 'Update.update_task("%s")' % - EmergeMark.PythonUpdater - }, - ] - }, {'name': 'update:update_perl', 'group': __("Updating Perl"), 'tasks': [