summaryrefslogtreecommitdiff
path: root/python/cache.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-07-30 15:46:11 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-07-30 15:46:11 +0200
commit2215d046a10508c0d3950db6d924727b2a2db336 (patch)
treecb0183883ecf997f671fa77015d9436673266999 /python/cache.cc
parent0695e2f15f7a2dd905fd437a72671b9ba9776f17 (diff)
parent82166c78d6b21754bdad32ed8a94773a874d528f (diff)
downloadpython-apt-2215d046a10508c0d3950db6d924727b2a2db336.tar.gz
merged from debian-sid
Diffstat (limited to 'python/cache.cc')
-rw-r--r--python/cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cache.cc b/python/cache.cc
index 0c59f561..c7e5e76e 100644
--- a/python/cache.cc
+++ b/python/cache.cc
@@ -502,7 +502,7 @@ static PyObject *MakeDepends(PyObject *Owner,pkgCache::VerIterator &Ver,
{
"", "Depends","PreDepends","Suggests",
"Recommends","Conflicts","Replaces",
- "Obsoletes"
+ "Obsoletes", "Breaks", "Enhances"
};
PyObject *Dep = PyString_FromString(Types[Start->Type]);
LastDepType = Start->Type;