summaryrefslogtreecommitdiff
path: root/doc/source/library/apt.package.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/library/apt.package.rst')
-rw-r--r--doc/source/library/apt.package.rst22
1 files changed, 2 insertions, 20 deletions
diff --git a/doc/source/library/apt.package.rst b/doc/source/library/apt.package.rst
index 01a26973..1a69c1e2 100644
--- a/doc/source/library/apt.package.rst
+++ b/doc/source/library/apt.package.rst
@@ -23,26 +23,8 @@ The Version class
Dependency Information
----------------------
-.. class:: BaseDependency
-
- The :class:`BaseDependency` class defines various attributes for accessing
- the parts of a dependency. The attributes are as follows:
-
- .. attribute:: name
-
- The name of the dependency
-
- .. attribute:: relation
-
- The relation (>,>=,==,<,<=,)
-
- .. attribute:: version
-
- The version or None.
-
- .. attribute:: pre_depend
-
- Boolean value whether this is a pre-dependency.
+.. autoclass:: BaseDependency
+ :members:
.. class:: Dependency