Удалено выполнение python-updater

parent c303e58859
commit b856a3b6e1

@ -239,21 +239,6 @@ class ClBuilderUpdateAction(Action):
}
]
},
{'name': 'update_other:update_python',
'group': __("Updating Python"),
'tasks': [
{'name': 'python_updater',
'message': __('Find & rebuild packages broken due '
'to a Python upgrade'),
'method': 'Builder.chroot_emergelike(cl_builder_path,'
'"python-updater")',
'condition': BuilderConditions.was_installed(
'dev-lang/python$', EmergeMark.PythonUpdater),
'decoration': 'Builder.update_task("%s")' %
EmergeMark.PythonUpdater
},
]
},
{'name': 'update_other:update_perl',
'group': __("Updating Perl"),
'tasks': [

Loading…
Cancel
Save