From 62cfbe805af8e1182292b7ab55ee1f0eab66103a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 26 Oct 2007 14:40:56 +0100 Subject: [PATCH] yum can't do get_requires yet, so don't advertise it --- backends/yum/pk-backend-yum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/yum/pk-backend-yum.c b/backends/yum/pk-backend-yum.c index c69c37b2f..39884c625 100644 --- a/backends/yum/pk-backend-yum.c +++ b/backends/yum/pk-backend-yum.c @@ -61,7 +61,7 @@ PK_BACKEND_OPTIONS ( pk_backend_python_cancel, /* cancel */ pk_backend_python_get_depends, /* get_depends */ pk_backend_python_get_description, /* get_description */ - pk_backend_python_get_requires, /* get_requires */ + NULL, /* get_requires */ NULL, /* get_update_detail */ pk_backend_python_get_updates, /* get_updates */ pk_backend_python_install_package, /* install_package */