From b9e5e2c9723550f1321222fbc85532a11ed9bd6c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 5 Oct 2007 15:53:14 -0400 Subject: [PATCH] Disable get_depends for now --- backends/conary/pk-backend-conary.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backends/conary/pk-backend-conary.c b/backends/conary/pk-backend-conary.c index 9efba666c..90c662329 100644 --- a/backends/conary/pk-backend-conary.c +++ b/backends/conary/pk-backend-conary.c @@ -187,6 +187,7 @@ backend_update_system (PkBackend *backend) /** * backend_get_depends: */ +/** static void backend_get_depends (PkBackend *backend, const gchar *package_id) { @@ -194,6 +195,7 @@ backend_get_depends (PkBackend *backend, const gchar *package_id) pk_backend_allow_interrupt (backend, TRUE); pk_backend_spawn_helper (backend, "get-depends.py", package_id, NULL); } + */ PK_BACKEND_OPTIONS ( "Conary", /* description */ @@ -204,7 +206,7 @@ PK_BACKEND_OPTIONS ( backend_get_groups, /* get_groups */ backend_get_filters, /* get_filters */ NULL, /* cancel */ - backend_get_depends, /* get_depends */ + NULL, /* get_depends */ NULL, /* get_description */ NULL, /* get_requires */ NULL, /* get_update_detail */