diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-07-30 15:55:55 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-07-30 15:55:55 +0200 |
| commit | de49263fd994bee687f4c2ceb7cd527f528f991b (patch) | |
| tree | 2e43aec42673b960468d29d9a0c6b7ed9ea5ad1f /python/cache.cc | |
| parent | 2d5c6093e0d77576da867c2e5e6f42b6b75de37b (diff) | |
| parent | 2215d046a10508c0d3950db6d924727b2a2db336 (diff) | |
| download | python-apt-de49263fd994bee687f4c2ceb7cd527f528f991b.tar.gz | |
merged from mvo
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; |
