summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/apt_pkgmodule.cc')
-rw-r--r--python/apt_pkgmodule.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index 49b6a35f..8ed3e599 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -484,6 +484,7 @@ extern "C" void initapt_pkg()
if (PyType_Ready(&PkgSourceListType) == -1) return;
if (PyType_Ready(&PkgCacheType) == -1) return;
if (PyType_Ready(&DependencyType) == -1) return;
+ if (PyType_Ready(&PkgDepCacheType) == -1) return;
// Initialize the module