From ce08058eebc60536cc8088ee79efc80a40f13c9e Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 10 Jun 2015 15:37:16 +0200 Subject: apt_pkg.Package: Drop the unset 'auto' attribute If somebody uses that, it could assume that no package is auto removable, because the attribute is always 0. So let's just remove that instead of having crazy code working the way it's not intended. Closes: #565364 --- doc/source/library/apt_pkg.rst | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/source/library') diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index bdf096a4..5ccb93ae 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -820,13 +820,6 @@ Resolving Dependencies with :class:`ProblemResolver` **Flags**: - .. attribute:: auto - - This flag is here for compatibility purposes and does not appear to - be used anymore in APT. To find out whether a package is marked as - automatically installed, use :meth:`DepCache.is_auto_installed` - instead. - .. attribute:: essential Whether the package has the 'Essential' flag set; that is, -- cgit v1.2.3