diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-07-30 15:46:11 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-07-30 15:46:11 +0200 |
| commit | 2215d046a10508c0d3950db6d924727b2a2db336 (patch) | |
| tree | cb0183883ecf997f671fa77015d9436673266999 /python/cache.cc | |
| parent | 0695e2f15f7a2dd905fd437a72671b9ba9776f17 (diff) | |
| parent | 82166c78d6b21754bdad32ed8a94773a874d528f (diff) | |
| download | python-apt-2215d046a10508c0d3950db6d924727b2a2db336.tar.gz | |
merged from debian-sid
Diffstat (limited to 'python/cache.cc')
| -rw-r--r-- | python/cache.cc | 2 |
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; |
