python-apt bugreport
----------------------------
quote:
"class Dependency(
...
Data and other attributes defined here:
|
| TYPE_CONFLICTS = 5
|
| TYPE_DEPENDS = 1
|
| TYPE_DPKG_BREAKS = 8
|
| TYPE_ENHANCES = 9
|
| TYPE_OBSOLETES = 7
|
| TYPE_PREDEPENDS = 2
|
| TYPE_RECOMMENDS = 3 <<<<<<<<<<<<<
|
| TYPE_REPLACES = 6
|
| TYPE_SUGGESTS = 3
"
correctly: TYPE_RECOMMENDS = 4
Sorry if this is not current.